Skip to main content
Glama
index.ts626 B
/** * @agiflowai/hooks-adapter - Services * * DESIGN PATTERNS: * - Barrel export pattern: Re-export all service classes from this index * - Single entry point: Import services from './services' instead of individual files * * CODING STANDARDS: * - Export only public service classes and types * - Use named exports (avoid default exports) * * AVOID: * - Exporting internal implementation details * - Circular dependencies between modules */ // Export execution logging service export { ExecutionLogService, type HasExecutedParams, type LogExecutionParams, type LogStats, } from './ExecutionLogService';

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