Skip to main content
Glama

Azure DevOps MCP Server

jest.e2e.config.js527 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/src'], testMatch: ['**/*.spec.e2e.ts'], moduleNameMapper: { '^@/(.*)$': '<rootDir>/src/$1', }, collectCoverage: false, verbose: true, testPathIgnorePatterns: ['/node_modules/', '/dist/'], setupFilesAfterEnv: ['<rootDir>/tests/setup.ts'], testTimeout: 30000, // Longer timeout for E2E tests passWithNoTests: true, // Allow tests to pass when no tests exist yet };

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/Tiberriver256/mcp-server-azure-devops'

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