Table of Contents
Module spoon_ai.graph.mcp_integration
Utility classes for intelligent MCP tool discovery and configuration.
Core graph components no longer hard-code external tools; instead, user code registers tool specifications and optional transport/configuration details via these helpers.
MCPToolSpec Objects​
@dataclass
class MCPToolSpec()
Specification describing a desired MCP tool.
MCPConfigManager Objects​
class MCPConfigManager()
Centralised configuration loader for MCP tools.
MCPToolDiscoveryEngine Objects​
class MCPToolDiscoveryEngine()
Discover MCP tools based on registered intent mappings.
MCPIntegrationManager Objects​
class MCPIntegrationManager()
High level coordinator for MCP tool usage within graphs.