Skip to main content
Glama
setup.ts384 B
// Test setup file import { config } from 'dotenv'; // Load test environment variables config({ path: '.env.test' }); // Mock console methods to reduce noise in tests global.console = { ...console, // Uncomment to suppress console.log in tests // log: jest.fn(), // info: jest.fn(), // warn: jest.fn(), error: jest.fn(), }; // Set test timeout jest.setTimeout(10000);

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/ainetwork-ai/google-sheet-mcp'

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