Covert to use absolutePathBuf for mcp cwd

This commit is contained in:
shijie-openai
2026-01-20 18:12:25 -08:00
parent 8a7ee646c5
commit 620164e511
4 changed files with 24 additions and 34 deletions

View File

@@ -1104,7 +1104,11 @@
},
"cwd": {
"default": null,
"type": "string"
"allOf": [
{
"$ref": "#/definitions/AbsolutePathBuf"
}
]
},
"disabled_tools": {
"default": null,