We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Toloka/tendem-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•207 B
from tendem_mcp.client import TendemAPIError
from tendem_mcp.server import mcp
def main() -> None:
"""Entry point for the tendem-mcp CLI."""
mcp.run()
__all__ = ['TendemAPIError', 'main', 'mcp']