Skip to main content
Glama
by Coder-RL
setup.ts334 B
/** * Global test setup for Week 11 integration tests */ import { jest } from '@jest/globals'; // Global test configuration jest.setTimeout(30000); // Setup and teardown beforeAll(async () => { console.log('🚀 Starting Week 11 test suite...'); }); afterAll(async () => { console.log('✅ Week 11 test suite completed'); });

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/Coder-RL/Claude_MCPServer_Dev1'

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