Skip to main content
Glama
jest.config.js490 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>'], testMatch: ['**/*.e2e.ts'], transform: { '^.+\\.tsx?$': 'ts-jest', }, setupFilesAfterEnv: ['<rootDir>/setup.ts'], testTimeout: 30000, // 30 seconds timeout for e2e tests // Allow specifying a pattern on the command line // Example: npm run test:e2e -- --testNamePattern="should discover the test server" testPathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/dist/'], };

Latest Blog Posts

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/TSavo/Unity-MCP'

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