Skip to main content
Glama

MCP N8N Webhook Server

by gcorroto
jest.config.js532 B
/** @type {import('jest').Config} */ export default { preset: 'ts-jest/presets/default-esm', extensionsToTreatAsEsm: ['.ts'], moduleNameMapping: { '^(\\.{1,2}/.*)\\.js$': '$1', }, testEnvironment: 'node', roots: ['<rootDir>'], testMatch: ['**/tests/**/*.test.ts'], transform: { '^.+\\.ts$': ['ts-jest', { useESM: true, }], }, moduleFileExtensions: ['ts', 'js'], collectCoverageFrom: [ '**/*.ts', '!**/*.d.ts', '!**/node_modules/**', '!**/dist/**', '!**/tests/**', ], };

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/gcorroto/mcp-n8n-webhook'

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