We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tjnull/Ludus-FastMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•217 B
"""Utility modules for Ludus MCP server."""
from .config import get_settings
from .logging import setup_logging
from .setup import interactive_setup
__all__ = ["get_settings", "setup_logging", "interactive_setup"]