Skip to main content
Glama
jest.config.js380 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: [ '<rootDir>/tests' ], testMatch: [ '<rootDir>/tests/**/*.test.ts', '<rootDir>/tests/**/*.spec.ts', '<rootDir>/tests/**/?(*.)+(spec|test).ts' ], transform: { '^.+\\.(ts|tsx)$': 'ts-jest' }, collectCoverageFrom: [ 'src/**/*.{ts,tsx,js,jsx}', '!src/**/*.d.ts' ] };

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/aoutpost2-rgb/getoutpost-mcp-server'

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