We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b4d4a commit 1bf20f0Copy full SHA for 1bf20f0
packages/opencode/src/cli/cmd/mcp.ts
@@ -50,6 +50,7 @@ function isMcpRemote(config: McpEntry): config is McpRemote {
50
51
export const McpCommand = cmd({
52
command: "mcp",
53
+ describe: "manage MCP (Model Context Protocol) servers",
54
builder: (yargs) =>
55
yargs
56
.command(McpAddCommand)
0 commit comments