We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DauQuangThanh/sso-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""Configuration module for SSO MCP Server."""
from sso_mcp_server.config.settings import (
AuthMode,
ConfigurationError,
Settings,
get_settings,
reset_settings,
)
__all__ = ["AuthMode", "ConfigurationError", "Settings", "get_settings", "reset_settings"]