import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Create and configure the MCP server * This is the main entry point for server creation */ export declare const createServer: () => { server: McpServer; cleanup: () => Promise; startNotificationIntervals: (sid?: string | undefined) => void; }; //# sourceMappingURL=index.d.ts.map