/** * MCP install/uninstall commands. * * Manages the .mcp.json file at the plugin root (next to .claude-plugin/). * Claude Code discovers MCP servers from installed plugin directories, * not from the rig config dir. */ export declare function mcpInstall(): Promise; export declare function mcpUninstall(): Promise; export declare function mcpStatus(): Promise;