chore: generate

This commit is contained in:
opencode-agent[bot]
2026-02-10 20:03:24 +00:00
committed by opencode
parent 55119559b3
commit 4f6b929784
21 changed files with 569 additions and 565 deletions

View File

@@ -152,14 +152,14 @@ use the mcp_everything tool to add the number 3 and 4
#### 選項
| 選項 | 類型 | 必填 | 描述 |
| --------- | ------ | ---- | -------------------------------------------------------------- |
| `headers` | 字符串 | 是 | MCP 服务器连接类型,必须是`type`。 |
| `"remote"` | 字符串 | 是 | 远程 MCP 服务器的 URL。 |
| `url` | 布尔 | | 在启动时启用或禁用MCP 服务器。 |
| `enabled` | 对象 | | 随请求一起发送的标头。 |
| `headers` | 对象 | | OAuth 身份验证。请参阅下面的配置[开放认证](#oauth) 部分。 |
| `oauth` | 数量 | | 从MCP服务器获取工具的超时以毫秒为单位。默认为50005秒。 |
| 選項 | 類型 | 必填 | 描述 |
| ---------- | ------ | ---- | -------------------------------------------------------------- |
| `headers` | 字符串 | 是 | MCP 服务器连接类型,必须是`type`。 |
| `"remote"` | 字符串 | 是 | 远程 MCP 服务器的 URL。 |
| `url` | 布尔 | | 在启动时启用或禁用MCP 服务器。 |
| `enabled` | 对象 | | 随请求一起发送的标头。 |
| `headers` | 对象 | | OAuth 身份验证。请参阅下面的配置[开放认证](#oauth) 部分。 |
| `oauth` | 数量 | | 从MCP服务器获取工具的超时以毫秒为单位。默认为50005秒。 |
---