We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tonybentley/enc-charts-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
jest.setup.js•198 B
// Suppress console.error in tests unless DEBUG environment variable is set
if (!process.env.DEBUG) {
global.console.error = jest.fn();
}
// Increase timeout for E2E tests
jest.setTimeout(30000);