Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-01 00:30:22 +00:00
parent 3ae0930896
commit d8f280b652
20 changed files with 423 additions and 10 deletions

33
tldr/opencode-mcp Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# opencode mcp
> Manage MCP (Model Context Protocol) servers.
> More information: <https://opencode.ai/docs/cli#mcp>.
- List MCP servers and their status:
`opencode mcp list`
- Add an MCP server interactively:
`opencode mcp add`
- Authenticate with an OAuth-enabled MCP server:
`opencode mcp auth {{server_name}}`
- Remove OAuth credentials for an MCP server:
`opencode mcp logout {{server_name}}`
- Debug OAuth connection for an MCP server:
`opencode mcp debug {{server_name}}`
- Display help:
`opencode mcp {{[-h|--help]}}`