docs: add description for MCP command (#6944)

pull/5339/head
Daniel Vélez 2026-01-05 13:56:00 -05:00 committed by GitHub
parent e3b4d4ad49
commit 1bf20f0a2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ function isMcpRemote(config: McpEntry): config is McpRemote {
export const McpCommand = cmd({
command: "mcp",
describe: "manage MCP (Model Context Protocol) servers",
builder: (yargs) =>
yargs
.command(McpAddCommand)