mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
chore: generate
This commit is contained in:
parent
5c5e636030
commit
527553ada2
3 changed files with 33 additions and 14 deletions
|
|
@ -1566,7 +1566,12 @@ export type Config = {
|
|||
* MCP (Model Context Protocol) server configurations
|
||||
*/
|
||||
mcp?: {
|
||||
[key: string]: McpLocalConfig | McpRemoteConfig
|
||||
[key: string]:
|
||||
| McpLocalConfig
|
||||
| McpRemoteConfig
|
||||
| {
|
||||
enabled: boolean
|
||||
}
|
||||
}
|
||||
formatter?:
|
||||
| false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue