mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 00:28:29 +00:00
chore: generate
This commit is contained in:
parent
7e7ad37736
commit
cd2e6f06ee
2 changed files with 4 additions and 0 deletions
|
|
@ -1875,6 +1875,7 @@ export type McpLocalConfig = {
|
|||
* Command and arguments to run the MCP server
|
||||
*/
|
||||
command: Array<string>
|
||||
cwd?: string
|
||||
environment?: {
|
||||
[key: string]: string
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19296,6 +19296,9 @@
|
|||
},
|
||||
"description": "Command and arguments to run the MCP server"
|
||||
},
|
||||
"cwd": {
|
||||
"type": "string"
|
||||
},
|
||||
"environment": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue