Skip to main content
Glama
rwxproject
by rwxproject
__init__.py560 B
""" Configuration Management Module Provides centralized configuration with environment variable support and validation using Pydantic. """ # Use lazy imports to avoid circular dependencies def get_settings(): """Get settings instance (lazy import)""" from .settings import get_settings as _get_settings return _get_settings() def setup_logging(*args, **kwargs): """Setup logging (lazy import)""" from .logging import setup_logging as _setup_logging return _setup_logging(*args, **kwargs) __all__ = ["get_settings", "setup_logging"]

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/rwxproject/mcp-server-template'

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