Skip to content

Commit 1bf20f0

Browse files
docs: add description for MCP command (#6944)
1 parent e3b4d4a commit 1bf20f0

File tree

1 file changed

+1
-0
lines changed
  • packages/opencode/src/cli/cmd

1 file changed

+1
-0
lines changed

packages/opencode/src/cli/cmd/mcp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function isMcpRemote(config: McpEntry): config is McpRemote {
5050

5151
export const McpCommand = cmd({
5252
command: "mcp",
53+
describe: "manage MCP (Model Context Protocol) servers",
5354
builder: (yargs) =>
5455
yargs
5556
.command(McpAddCommand)

0 commit comments

Comments
 (0)