We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nathanschepers/mcp-py3repl'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•193 B
"""Service layer for the test application."""
from .rabbitmq import RabbitMQClient, rabbitmq_client, get_rabbitmq_client
__all__ = ["RabbitMQClient", "rabbitmq_client", "get_rabbitmq_client"]