docs: clarify beta binary and MCP route
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
"commands",
|
"commands",
|
||||||
"skills",
|
"skills",
|
||||||
"instructions",
|
"instructions",
|
||||||
"mcp",
|
"mcp-servers",
|
||||||
"attachments",
|
"attachments",
|
||||||
"compaction",
|
"compaction",
|
||||||
"formatters",
|
"formatters",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user