import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Create and configure the MCP server instance * @returns Configured MCP server instance */ export declare function createMcpServer(): McpServer; /** * Initialize the MCP server with all resources, tools, and prompts * @param server MCP server instance */ export declare function initializeMcpServer(server: McpServer): Promise;