We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Opti-kjh/palatte'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•458 B
/**
* 디자인 시스템 동기화 모듈
*/
export { GitHubClient, type GitHubConfig, type FileContent, type CommitInfo } from './github-client.js';
export { TypeScriptAnalyzer, type AnalyzedComponent } from './typescript-analyzer.js';
export { CacheManager, type CacheMetadata, type CachedData } from './cache-manager.js';
export {
ComponentSyncService,
getComponentSyncService,
type SyncOptions,
type SyncResult,
} from './component-sync.js';