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
Hugh b4245f8f17
restored missing sync files
1 month ago
..
utils restored missing sync files 1 month ago
README.md restored missing sync files 1 month ago
client.py restored missing sync files 1 month ago
mcp_client_call.py restored missing sync files 1 month ago
mcp_multiple_servers_example.py restored missing sync files 1 month ago
mcp_multiple_tool_test.py restored missing sync files 1 month ago
multiagent_client.py restored missing sync files 1 month ago
singleagent_client.py restored missing sync files 1 month ago
test_multiple_mcp_servers.py restored missing sync files 1 month ago
utils.py restored missing sync files 1 month 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.