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/servers/README.md

16 lines
592 B

# MCP Server Examples
This directory contains examples demonstrating MCP server implementations.
## Examples
- [mcp_agent_tool.py](mcp_agent_tool.py) - MCP agent tool server
- [mcp_test.py](mcp_test.py) - MCP server testing
- [okx_crypto_server.py](okx_crypto_server.py) - OKX crypto MCP server
- [test.py](test.py) - Server testing
## Overview
MCP server examples demonstrate how to implement Model Context Protocol servers that expose tools and capabilities to agents. These examples show server setup, tool registration, request handling, and domain-specific server implementations.