Skip to main content
Glama

DevOps Enhanced MCP

by wangkanai
jest.setup.js406 B
// Jest setup file for global test configuration // Fail tests on unhandled promise rejections process.on('unhandledRejection', (reason) => { console.error('Unhandled Rejection at:', reason); throw reason; }); // Optional: Add custom matchers or global test utilities here // Example: expect.extend({ toBeValidDate: () => {...} }); // Set longer timeout for integration 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/wangkanai/devops-enhanced-mcp'

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