MCPToolSpec
to the framework π It would be very cool if you could do something likepip install llama-index-tools-mcp
from llama_index.tools.mcp import MCPToolSpec tool_spec = MCPToolSpec(url, allowed_tools=["tool_name1", tool_name2"]) tools = tool_spec.to_tool_list() agent = AgentWorkflow.from_tools_or_functions(tools)