Skip to main content
Glama
setup.ts454 B
/** * Test setup file * Global test configuration and utilities */ // Mock console methods to avoid cluttering test output global.console = { ...console, // Uncomment the next line if you want to silence console.log during tests // log: jest.fn(), error: jest.fn(), warn: jest.fn(), info: jest.fn(), }; // Global test timeout jest.setTimeout(30000); // Clean up environment after each test afterEach(() => { jest.clearAllMocks(); });

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/itsocialist/canny-mcp-server'

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