mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 01:12:15 +00:00
docs: add description for MCP command (#6944)
This commit is contained in:
parent
e3b4d4ad49
commit
1bf20f0a2b
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue