chore: generate
This commit is contained in:
@@ -1875,6 +1875,7 @@ export type McpLocalConfig = {
|
|||||||
* Command and arguments to run the MCP server
|
* Command and arguments to run the MCP server
|
||||||
*/
|
*/
|
||||||
command: Array<string>
|
command: Array<string>
|
||||||
|
cwd?: string
|
||||||
environment?: {
|
environment?: {
|
||||||
[key: string]: string
|
[key: string]: string
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19296,6 +19296,9 @@
|
|||||||
},
|
},
|
||||||
"description": "Command and arguments to run the MCP server"
|
"description": "Command and arguments to run the MCP server"
|
||||||
},
|
},
|
||||||
|
"cwd": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
|
|||||||
Reference in New Issue
Block a user