docs: clarify beta binary and MCP route

This commit is contained in:
Dax Raad 2026-07-10 15:54:05 -04:00
commit 9028c2d8f8
5 changed files with 4 additions and 4 deletions

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

View file

@ -34,7 +34,7 @@
"commands",
"skills",
"instructions",
"mcp",
"mcp-servers",
"attachments",
"compaction",
"formatters",

View file

@ -37,7 +37,7 @@ You can also install it with the following package managers.
</Tab>
</Tabs>
<Note>During beta, the executable is named `opencode2`.</Note>
<Note>During beta, the binary is called `opencode2`.</Note>
### Homebrew

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`,
`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