/** * MCP command group - expose VAT agents via Model Context Protocol */ import { Command } from 'commander'; /** * Create MCP command group */ export declare function createMCPCommand(): Command; //# sourceMappingURL=index.d.ts.map