Skip to main content
Glama

WASM MCP Server

by beekmarks
jest.config.js490 B
export default { preset: 'ts-jest', testEnvironment: 'jsdom', setupFilesAfterEnv: ['./jest.setup.ts'], moduleNameMapper: { '^@/(.*)$': '<rootDir>/src/$1' }, coverageThreshold: { global: { branches: 80, functions: 80, lines: 80, statements: 80 } }, transform: { '^.+\\.tsx?$': ['ts-jest', { useESM: true }] }, extensionsToTreatAsEsm: ['.ts', '.tsx'], moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'] };

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/beekmarks/mcp-wasm'

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