/** * CLI: `oc-forgecode mcp` — manage MCP server authentication. * * Subcommands: * auth — Initiate OAuth flow for an MCP server * list — List servers with stored credentials * remove — Remove stored credentials for a server */ interface McpCliOptions { dir?: string; } export declare function cli(args: string[], globalOpts?: McpCliOptions): Promise; export {}; //# sourceMappingURL=mcp.d.ts.map