An OpenCode `remote`-type MCP server entry (mirrors OPENCODE_CONFIG_CONTENT shape).
| 68 | |
| 69 | /** An OpenCode `remote`-type MCP server entry (mirrors OPENCODE_CONFIG_CONTENT shape). */ |
| 70 | interface OpencodeMcpServer { |
| 71 | type: 'remote' |
| 72 | url: string |
| 73 | enabled: boolean |
| 74 | headers: Record<string, string> |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Build the `mcp` section of OpenCode's `opencode.json` from the |
nothing calls this directly
no outgoing calls
no test coverage detected