opencode icon indicating copy to clipboard operation
opencode copied to clipboard

docs: add description for MCP command

Open cravenceiling opened this issue 1 week ago • 1 comments

This PR adds the missing opencode mcp entry to the opencode --help output.

The command is already implemented and usable, but it is currently not discoverable from the CLI help, which may confuse users.

Changes

  • Added mcp command description to the CLI help output

Before

opencode mcp is not listed in --help

image

After

opencode mcp appears alongside other commands in the help output

image

cravenceiling avatar Jan 05 '26 13:01 cravenceiling