Skip to main content
Glama

MCP Orchestration Server

__init__.py878 B
#!/usr/bin/env python3 """ MCP Client Package - Client implementations for Model Context Protocol """ from .base_client import BaseMCPClient, MCPRequest, MCPResponse from .enhanced_client import EnhancedMCPClient, create_client __version__ = "1.0.0" __author__ = "MCP System" __description__ = "Client implementations for Model Context Protocol" # Export main classes __all__ = [ "BaseMCPClient", "EnhancedMCPClient", "MCPRequest", "MCPResponse", "create_client" ] # Package metadata PACKAGE_INFO = { "name": "mcp_client", "version": __version__, "description": __description__, "author": __author__, "components": [ "base_client.py - Base MCP client implementation", "enhanced_client.py - Full-featured MCP client", "cli_client.py - Command-line interface", "web_client.html - Web interface" ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nisarg-123-web/MCP2'

If you have feedback or need assistance with the MCP directory API, please join our Discord server