Versions in this module Expand all Collapse all v0 v0.2.2 Dec 28, 2025 Changes in this version type DirGrepParams + Pretty bool v0.2.1 Dec 21, 2025 v0.2.0 Dec 20, 2025 Changes in this version + func DirGrep(ctx context.Context, req *mcp.CallToolRequest, args DirGrepParams) (*mcp.CallToolResult, any, error) + func GetMcpServer() *mcp.Server + type DirGrepParams struct + Context int + Directory string + Pattern string + Recursive bool + SkipDirs []string v0.1.0 Dec 20, 2025 Changes in this version + func Execute() + func GrepMany(pattern string, directory string, recursive bool, skipDirs []string, ...) (map[string][]string, error)