feat: add MCP tool integration

This commit is contained in:
Xin Wang
2026-07-18 00:00:06 +08:00
parent bdf3d3dd9c
commit e39bb48ba8
21 changed files with 1641 additions and 62 deletions

View File

@@ -0,0 +1,5 @@
"""Small protocol adapters used by the shared ToolExecutor."""
from services.tools.mcp_client import McpClientError, McpToolClient
__all__ = ["McpClientError", "McpToolClient"]