import { jest } from '@jest/globals';
// Mock Node.js built-in modules
jest.mock('child_process');
jest.mock('path');
// Global test setup
beforeEach(() => {
// Clear all mocks before each test
jest.clearAllMocks();
});
// Global timeout for all tests
jest.setTimeout(10000);
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/conorluddy/xc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server