import type { Command } from "commander"; import type { Api } from "../api.js"; export declare function registerMcpCommand(parent: Command, _getApi: () => Api): void; export declare const resolveServerUuid: (explicit: string | undefined) => string | undefined; export declare const resolveMcpEndpoint: (baseUrl: string, uuid: string | undefined) => string; //# sourceMappingURL=mcp.d.ts.map