mirror of
https://github.com/openai/codex.git
synced 2026-04-30 11:21:34 +03:00
Covert to use absolutePathBuf for mcp cwd
This commit is contained in:
@@ -1104,7 +1104,11 @@
|
||||
},
|
||||
"cwd": {
|
||||
"default": null,
|
||||
"type": "string"
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/AbsolutePathBuf"
|
||||
}
|
||||
]
|
||||
},
|
||||
"disabled_tools": {
|
||||
"default": null,
|
||||
|
||||
Reference in New Issue
Block a user