Skip to main content
Glama
index.ts514 B
/** * @agiflowai/hooks-adapter - Constants * * DESIGN PATTERNS: * - Barrel export pattern for centralized constant imports * - Strongly-typed constant exports for compile-time safety * * CODING STANDARDS: * - Re-export all constants using wildcard exports * - Keep barrel file simple - only re-exports * * AVOID: * - Adding business logic to barrel files * - Selective exports (use wildcard) */ // Hook type constants export * from './hookTypes'; // Decision constants export * from './decisions';

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/AgiFlow/aicode-toolkit'

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