docs: add description for MCP command (#6944)

This commit is contained in:
Daniel Vélez
2026-01-05 13:56:00 -05:00
committed by GitHub
parent a3b25cf6f0
commit c34af0443b
+1
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)