Skip to main content
Glama

AI Code Toolkit

by AgiFlow
index.ts524 B
/** * Constants Barrel Export * * DESIGN PATTERNS: * - Barrel pattern: Re-export all constants from a single entry point * - Clean imports: Consumers import from '@package/constants' instead of individual files * * CODING STANDARDS: * - Export all constant definitions * - Use named exports (no default exports) * - Keep alphabetically sorted for maintainability * * AVOID: * - Exporting mutable values (use const or readonly) * - Mixing constants with functions or classes */ export * from './projectType';

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