docs: add description for MCP command (#6944)
parent
e3b4d4ad49
commit
1bf20f0a2b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue