Skip to main content
Glama

TeamCity MCP Server

by Daghis
jest.setup.js551 B
/** * Jest setup file - runs before all tests */ // Set NODE_ENV to test process.env.NODE_ENV = 'test'; // Silence console logs during tests unless explicitly needed if (!process.env.DEBUG_TESTS) { global.console = { ...console, log: jest.fn(), debug: jest.fn(), info: jest.fn(), warn: jest.fn(), // Keep error for debugging test failures error: console.error, }; } // Increase default test timeout for async tests jest.setTimeout(15000); // Open handles cleanup is handled in tests/setup.ts (setupFilesAfterEnv)

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/Daghis/teamcity-mcp'

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