Skip to main content
Glama

AI Code Toolkit

by AgiFlow
index.ts615 B
/** * @agiflowai/aicode-utils - Main Entry Point * * DESIGN PATTERNS: * - Barrel export pattern: Re-export all public APIs from submodules * - Single entry point: All library consumers import from this file * * CODING STANDARDS: * - Export only stable, public APIs * - Use named exports (avoid default exports) * - Group exports by feature/domain * * AVOID: * - Exporting internal implementation details * - Circular dependencies between modules * - Side effects at module initialization */ export * from './constants'; export * from './services'; export * from './types'; export * from './utils';

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