/** * Simple MCP command implementation for Node.js compatibility */ import { Command } from "commander"; export declare function createMCPCommand(): Command; //# sourceMappingURL=simple-mcp.d.ts.map