docs: clarify beta binary and MCP route
This commit is contained in:
parent
be18f22842
commit
9028c2d8f8
5 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"commands",
|
||||
"skills",
|
||||
"instructions",
|
||||
"mcp",
|
||||
"mcp-servers",
|
||||
"attachments",
|
||||
"compaction",
|
||||
"formatters",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue