import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { ServerContext } from "../context.js"; /** * Knowledge-graph tools (proposal G2b). Registered ONLY when `ctx.graph` is * non-null — a separate injection, never derived from the fact store * (enhancedfactstore 07 D2). Namespace-registry write tools are [admin]. * * Deliberately absent: mergeGraphNodes and removeGraphEvidence — in-cluster * harvester machinery, not a client surface (see WebGraphStore docstring). */ export declare function registerGraphTools(server: McpServer, ctx: ServerContext): void; //# sourceMappingURL=graph.d.ts.map