We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lis186/taiwan-holiday-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
jest-env-setup.js•167 B
// Jest environment setup - runs before each test file
// Only set DEBUG=false if not explicitly set by test
if (!process.env.DEBUG) {
process.env.DEBUG = 'false';
}