You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/examples/mcp/agent_examples/README.md

16 lines
726 B

# MCP Agent Examples
This directory contains examples demonstrating agent implementations using Model Context Protocol (MCP).
## Examples
- [agent_mcp_old.py](agent_mcp_old.py) - Legacy MCP agent implementation
- [agent_multi_mcp_connections.py](agent_multi_mcp_connections.py) - Multi-MCP connection agent
- [agent_tools_dict_example.py](agent_tools_dict_example.py) - Agent tools dictionary example
- [mcp_exampler.py](mcp_exampler.py) - MCP example implementation
## Overview
MCP agent examples demonstrate how to build agents that leverage the Model Context Protocol for enhanced context management and tool integration. These examples show various patterns for connecting agents to MCP servers and using MCP tools.