Skip to main content
Glama
setup.js448 B
// Test environment setup import { jest } from '@jest/globals'; // Set test timeout jest.setTimeout(30000); // Global test settings global.console = { ...console, // Silence certain logs during tests log: jest.fn(), debug: jest.fn(), info: jest.fn(), warn: jest.fn(), error: jest.fn(), }; // Mock environment variables process.env.NODE_ENV = 'test'; process.env.LOG_LEVEL = 'error'; process.env.PORT = '3001';

Latest Blog Posts

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/Bosegluon2/spider-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server