Skip to content

Commit 3730dff

Browse files
authored
fix: add proxy-args to stdio_mcp_tool schema top-level properties (#25542)
1 parent 9dd5c3b commit 3730dff

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pkg/parser/schemas/main_workflow_schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9623,6 +9623,13 @@
96239623
"type": "string"
96249624
},
96259625
"examples": [["*"], ["store_memory", "retrieve_memory"], ["brave_web_search"]]
9626+
},
9627+
"proxy-args": {
9628+
"type": "array",
9629+
"items": {
9630+
"type": "string"
9631+
},
9632+
"description": "Custom proxy arguments for container-based MCP servers (e.g., DIFC proxy configuration)"
96269633
}
96279634
},
96289635
"additionalProperties": false,

0 commit comments

Comments
 (0)