Skip to main content
Glama
log_util.py368 B
import logging def init_loging_config(): level = logging.INFO logging.basicConfig( level=level, format="%(asctime)s %(name)s [%(processName)s] %(module)s %(levelname)s %(message)s", datefmt='%Y-%m-%d %H:%M:%S' ) _logger = logging.getLogger("=>") _logger.setLevel(level) return _logger logger = init_loging_config()

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cyanty/Arcs-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server