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/mcp_utils
Kye Gomez 243df297ef
cleanup examples folder
2 days ago
..
utils [SSE -> STREAMABLE HTTP MIGRATION] 2 months ago
README.md cleanup examples folder 2 days ago
client.py [FIX][Mcp logic file path name] [Improvement][Majority voting] [Improvement][Agent markdown formatter] 2 months ago
mcp_client_call.py [FIX][Mcp logic file path name] [Improvement][Majority voting] [Improvement][Agent markdown formatter] 2 months ago
mcp_multiple_servers_example.py [SSE -> STREAMABLE HTTP MIGRATION] 2 months ago
mcp_multiple_tool_test.py [Improvement][ForestSwarm][Improve format and structure] [Improvement][Agent][Add more verbose logging for mcp] [Docs][ForestSwarm] 4 weeks ago
multiagent_client.py [Multi-MCP Examples] [Docs for multi mcp] [FIX][MCP client migration to streamable http instead of sse] [cleanup][examples] 2 months ago
singleagent_client.py [Multi-MCP Examples] [Docs for multi mcp] [FIX][MCP client migration to streamable http instead of sse] [cleanup][examples] 2 months ago
test_multiple_mcp_servers.py [SSE -> STREAMABLE HTTP MIGRATION] 2 months ago
utils.py [Improvement][ForestSwarm][Improve format and structure] [Improvement][Agent][Add more verbose logging for mcp] [Docs][ForestSwarm] 4 weeks ago

README.md

MCP Utils

This directory contains utility functions and helpers for MCP implementations.

Examples

Subdirectories

Overview

MCP utils provide helper functions, client implementations, and testing utilities for working with Model Context Protocol. These examples demonstrate how to connect to MCP servers, discover tools, execute operations, and manage multiple MCP connections.