Skip to main content
Glama

n8n-MCP

by czlonkowski
MIT License
30,809
7,379
  • Apple
  • Linux
vitest.config.integration.ts870 B
import { defineConfig, mergeConfig } from 'vitest/config'; import baseConfig from './vitest.config'; export default mergeConfig( baseConfig, defineConfig({ test: { // Include both global setup and integration-specific MSW setup setupFiles: ['./tests/setup/global-setup.ts', './tests/integration/setup/integration-setup.ts'], // Only include integration tests include: ['tests/integration/**/*.test.ts'], // Integration tests might need more time testTimeout: 30000, // Specific pool options for integration tests poolOptions: { threads: { // Run integration tests sequentially by default singleThread: true, maxThreads: 1 } }, // Disable coverage for integration tests or set lower thresholds coverage: { enabled: false } } }) );

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

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