/** * MCP Server configuration. */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Creates and configures the MCP server. */ export declare function createServer(): McpServer; /** * Starts the MCP server with stdio transport. */ export declare function startServer(): Promise;