Skip to main content
Glama
index.ts930 B
/** * Config utilities module * Provides configuration management utilities */ export { getAIClientByModelName, loadAIProvidersConfig, } from './ai-client-adapter.js'; export { getPrivateComponentDocs, getPrivateDocsDescription, } from './rule-processors.js'; export { getCodegensPaths, loadCodegensFile, findPrivateComponents, } from './path-utils.js'; // Model management export { getRecommendedModel, getAvailableModels, validateModel, getModelInfo, getProviderByModel, } from './model-manager.js'; // Config validation export { validateAIConfig, testAIConnection, getConfigSummary, } from './config-validator.js'; // Types and enums export { AIProvider, ModelPurpose, ModelFeature, type AIModelConfig, type AIProviderConfig, type AIProvidersConfig, type AvailableModel, type ConfigValidationResult, type ConnectionTestResult, type ConfigSummary, } from './types.js';

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/lyw405/mcp-garendesign'

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