We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/a2anet/a2a-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•187 B
"""A2A MCP Server - Model Context Protocol server for Agent2Agent protocol."""
from .__about__ import __version__
from .server import main, mcp
__all__ = ["__version__", "main", "mcp"]