update:完成mcp接入点对接

This commit is contained in:
hrz
2025-06-26 16:25:39 +08:00
parent ec4694f859
commit 3071d2bdfa
9 changed files with 638 additions and 4 deletions
@@ -14,6 +14,7 @@ class ToolType(Enum):
SERVER_MCP = "server_mcp" # 服务端MCP
DEVICE_IOT = "device_iot" # 设备端IoT
DEVICE_MCP = "device_mcp" # 设备端MCP
MCP_ENDPOINT = "mcp_endpoint" # MCP接入点
@dataclass