docs: add description for MCP command (#6944)
This commit is contained in:
parent
e3b4d4ad49
commit
1bf20f0a2b
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ function isMcpRemote(config: McpEntry): config is McpRemote {
|
||||||
|
|
||||||
export const McpCommand = cmd({
|
export const McpCommand = cmd({
|
||||||
command: "mcp",
|
command: "mcp",
|
||||||
|
describe: "manage MCP (Model Context Protocol) servers",
|
||||||
builder: (yargs) =>
|
builder: (yargs) =>
|
||||||
yargs
|
yargs
|
||||||
.command(McpAddCommand)
|
.command(McpAddCommand)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue