Skip to main content
Glama

Unity-MCP

by TSavo
jest.config.js665 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/src', '<rootDir>/e2e'], testMatch: ['**/*.test.ts', '**/*.e2e.ts'], transform: { '^.+\\.tsx?$': 'ts-jest', }, // Allow specifying a pattern on the command line // Example: npm test -- --testNamePattern="should return the server manifest" testPathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/dist/'], // Setup files for e2e tests setupFilesAfterEnv: ['<rootDir>/e2e/setup.ts'], // Longer timeout for e2e tests testTimeout: 30000, // Transform ESM modules transformIgnorePatterns: [ 'node_modules/(?!(p-timeout|p-cancelable)/)', ], };

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