feat: add MCP tool integration
This commit is contained in:
5
backend/services/tools/__init__.py
Normal file
5
backend/services/tools/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Small protocol adapters used by the shared ToolExecutor."""
|
||||
|
||||
from services.tools.mcp_client import McpClientError, McpToolClient
|
||||
|
||||
__all__ = ["McpClientError", "McpToolClient"]
|
||||
Reference in New Issue
Block a user