summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDaniel VĂ©lez <[email protected]>2026-01-05 13:56:00 -0500
committerGitHub <[email protected]>2026-01-05 12:56:00 -0600
commit1bf20f0a2b6a74e390cf11308bc9907122f4d7de (patch)
tree98ba06919c13d9b02d9aea32f350809393fee863
parente3b4d4ad49fcb34919b0cda4a9a9b4e6f1bc4f2b (diff)
downloadopencode-1bf20f0a2b6a74e390cf11308bc9907122f4d7de.tar.gz
opencode-1bf20f0a2b6a74e390cf11308bc9907122f4d7de.zip
docs: add description for MCP command (#6944)
-rw-r--r--packages/opencode/src/cli/cmd/mcp.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/opencode/src/cli/cmd/mcp.ts b/packages/opencode/src/cli/cmd/mcp.ts
index 63069d74e..aaef75267 100644
--- a/packages/opencode/src/cli/cmd/mcp.ts
+++ b/packages/opencode/src/cli/cmd/mcp.ts
@@ -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)