We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/roychri/mcp-server-asana'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
version.ts•266 B
/** @internal - This file is auto-generated */
export const VERSION = process.env.NODE_ENV === 'development'
? require('../package.json').version // Development: read from package.json
: __VERSION__; // Production: replaced at build time