We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Purv123/Remidiation-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•223 B
"""gRPC service implementations."""
from .eval_service import EvalService
from .executor_service import ExecutorService
from .fault_service import FaultService
__all__ = ["FaultService", "ExecutorService", "EvalService"]