We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/minipuft/claude-prompts-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
// @lifecycle canonical - Barrel exports for gate registry module.
/**
* Gate Registry Module
*
* Provides registry-based lifecycle management for gate guides,
* mirroring the framework system's MethodologyRegistry pattern.
*/
// Gate Registry - Lifecycle management
export { GateRegistry, createGateRegistry, type GateRegistryConfig } from './gate-registry.js';
// Generic Gate Guide - Data-driven IGateGuide implementation
export { GenericGateGuide, createGenericGateGuide } from './generic-gate-guide.js';
// GateManager adapter for legacy loader contract
export { GateManagerProvider } from './gate-provider-adapter.js';