We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MediocreTriumph/claude-cml-toolkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•243 B
"""
CML Client Module
This module provides the CMLAuth class for handling authentication and API requests
to Cisco Modeling Labs.
"""
from .cml_client import CMLAuth, get_client, set_client
__all__ = ['CMLAuth', 'get_client', 'set_client']