docs: clarify beta binary and MCP route

This commit is contained in:
Dax Raad
2026-07-10 15:54:05 -04:00
parent 2f14648186
commit 1b89c6d755
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ be overridden by an individual server.
} }
``` ```
See the [MCP guide](/mcp) for remote servers, OAuth, environment variables, and timeouts. See the [MCP guide](/mcp-servers) for remote servers, OAuth, environment variables, and timeouts.
### Compaction ### Compaction
+1 -1
View File
@@ -34,7 +34,7 @@
"commands", "commands",
"skills", "skills",
"instructions", "instructions",
"mcp", "mcp-servers",
"attachments", "attachments",
"compaction", "compaction",
"formatters", "formatters",
+1 -1
View File
@@ -37,7 +37,7 @@ You can also install it with the following package managers.
</Tab> </Tab>
</Tabs> </Tabs>
<Note>During beta, the executable is named `opencode2`.</Note> <Note>During beta, the binary is called `opencode2`.</Note>
### Homebrew ### Homebrew
+1 -1
View File
@@ -217,7 +217,7 @@ V2 groups servers under `mcp.servers`, replaces `enabled` with the inverse `disa
Remote OAuth fields use snake case: `clientId` becomes `client_id`, `clientSecret` becomes `client_secret`, Remote OAuth fields use snake case: `clientId` becomes `client_id`, `clientSecret` becomes `client_secret`,
`callbackPort` becomes `callback_port`, and `redirectUri` becomes `redirect_uri`. The V1 `experimental.mcp_timeout` value `callbackPort` becomes `callback_port`, and `redirectUri` becomes `redirect_uri`. The V1 `experimental.mcp_timeout` value
also becomes the default `mcp.timeout.catalog` and `mcp.timeout.execution` values. See [MCP servers](/mcp). also becomes the default `mcp.timeout.catalog` and `mcp.timeout.execution` values. See [MCP servers](/mcp-servers).
### Compaction ### Compaction