Skip to main content
Glama
README.md919 B
# Configuration Domain **Domain**: Configuration Management **Purpose**: 環境変数読み込み、設定バリデーション ## Responsibilities - 環境変数からの設定読み込み(優先度高) - 設定ファイル(JSON/YAML)からの読み込み(オプション) - デフォルト値の提供 - 必須設定項目の検証(LYCHEE_REDMINE_URL、LYCHEE_REDMINE_API_KEY) ## Components - Config Loader: 設定読み込みとバリデーション - Environment Validator: 設定値のバリデーション(HTTPS検証、APIキー形式チェック) ## Configuration Schema ```typescript interface AppConfig { lycheeRedmine: { url: string; // HTTPS required apiKey: string; // Non-empty string }; server: { logLevel: 'DEBUG' | 'INFO' | 'WARN' | 'ERROR'; timeout: number; // default: 30000 retryMaxAttempts: number; // default: 3 }; } ```

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/ssoma-dev/mcp-server-lychee-redmine'

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