Explorar o código

docs: add description for MCP command (#6944)

Daniel Vélez hai 8 meses
pai
achega
1bf20f0a2b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/opencode/src/cli/cmd/mcp.ts

+ 1 - 0
packages/opencode/src/cli/cmd/mcp.ts

@@ -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)