/** * MCP Server for lt-open-data-sdk * * Exposes Lithuanian Open Data as tools for AI agents (Claude, Cursor, etc.) */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Create and configure the MCP server with all tools */ export declare function createMcpServer(): McpServer; /** * Start the MCP server with stdio transport * Used when running via CLI: npx lt-open-data-sdk --mcp */ export declare function startMcpServer(): Promise; //# sourceMappingURL=server.d.ts.map