We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ooples/mcp-console-automation'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
e2e.setup.ts•261 B
// E2E test setup
import { jest } from '@jest/globals';
// Long timeout for E2E tests
jest.setTimeout(600000);
// E2E test specific setup
beforeAll(async () => {
// Setup E2E test environment
});
afterAll(async () => {
// Cleanup E2E test environment
});