fix: handle mcp array and object type

This commit is contained in:
Novice
2025-06-19 16:48:15 +08:00
parent 9dd1cd9df8
commit 986e2794bd
3 changed files with 15 additions and 2 deletions

View File

@ -16,6 +16,9 @@ class CommonParameterType(StrEnum):
TOOLS_SELECTOR = "array[tools]"
# TOOL_SELECTOR = "tool-selector"
# MCP object and array type parameters
ARRAY = "array"
OBJECT = "object"
class AppSelectorScope(StrEnum):