#!/usr/bin/env node /** * MCP 数据库万能连接器 - MCP 模式入口 */ /** * Start MCP server */ export declare function startMcpServer(): Promise; //# sourceMappingURL=mcp-index.d.ts.map