/**
 * MCP server factory — creates a configured McpServer with all tools registered.
 * Accepts a ToolContext so the HTTP boundary can be injected for testing.
 */
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
import type { ToolContext } from "./tools/context.ts";
export declare function createServer(ctx: ToolContext): McpServer;
//# sourceMappingURL=server.d.ts.map