/** * Discovery Tools * MCP tools for teaching Sights what Claude learns through manual exploration * * When Sights returns low confidence, Claude explores manually and discovers answers. * These tools let Claude push that knowledge back so future queries return high confidence. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { MerlinClient } from '../api/client.js'; export declare function registerDiscoveryTools(server: McpServer, getClient: () => MerlinClient, resolveRepoId: (repoUrl?: string) => Promise): void; //# sourceMappingURL=discoveries.d.ts.map