We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kamiwaza-drew/tool-git'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•254 B
"""Session management endpoints for Kamiwaza auth.
Provides a router factory for creating session management endpoints
that can be included in any FastAPI application.
"""
from .session import create_session_router
__all__ = ["create_session_router"]