import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { Config } from "../config/index.js"; /** * search_code — Phase 3 / Context * * Full-text search across a repository using `git grep`. * Fast and respects .gitignore. * * Returns matching files with line numbers and surrounding context. * Essential for finding code related to a work item. */ export declare function registerSearchCode(server: McpServer, _config: Config): void; //# sourceMappingURL=search-code.d.ts.map