We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aberemia24/code-executor-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
version.ts•192 B
/**
* Version constant for code-executor-mcp
*
* Centralized version management to avoid duplication.
* This should match the version in package.json.
*/
export const VERSION = '1.0.5';