diff options
| author | Daniel Vélez <[email protected]> | 2026-01-05 13:56:00 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-05 12:56:00 -0600 |
| commit | 1bf20f0a2b6a74e390cf11308bc9907122f4d7de (patch) | |
| tree | 98ba06919c13d9b02d9aea32f350809393fee863 | |
| parent | e3b4d4ad49fcb34919b0cda4a9a9b4e6f1bc4f2b (diff) | |
| download | opencode-1bf20f0a2b6a74e390cf11308bc9907122f4d7de.tar.gz opencode-1bf20f0a2b6a74e390cf11308bc9907122f4d7de.zip | |
docs: add description for MCP command (#6944)
| -rw-r--r-- | packages/opencode/src/cli/cmd/mcp.ts | 1 |
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) |
