Skip to main content
Glama

AI Code Toolkit

by AgiFlow
index.ts625 B
/** * Constants Barrel Export * * DESIGN PATTERNS: * - Single entry point for all constants * - Re-export pattern for clean imports * - Organized by domain/category * * CODING STANDARDS: * - Export all constants from subdomain files * - Use wildcard exports: export * from './file.constants' * - Keep alphabetically sorted for maintainability * - Add JSDoc for complex constant groups * * AVOID: * - Selective re-exports (export only what's needed publicly) * - Mixing constants with other exports * - Deep nesting - keep flat structure */ /** * CodingAgents constants */ export * from './codingAgents';

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