Skip to main content
Glama

firewalla-mcp-server

MIT License
10
6
  • Apple
jest.config.cjs1.24 kB
module.exports = { preset: 'ts-jest/presets/default-esm', extensionsToTreatAsEsm: ['.ts'], testEnvironment: 'node', roots: ['<rootDir>/src', '<rootDir>/tests'], testMatch: [ '**/__tests__/**/*.ts', '**/?(*.)+(spec|test).ts' ], transform: { '^.+\\.ts$': ['ts-jest', { useESM: true, tsconfig: 'tsconfig.test.json' }] }, moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1' }, collectCoverage: true, coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov', 'html'], coveragePathIgnorePatterns: [ '/node_modules/', '/dist/', '/coverage/' ], // Include all source files for coverage, even if they are not // directly required by the test suites. This boosts the overall // coverage metric and helps spot untested areas. collectCoverageFrom: ['src/**/*.ts'], setupFilesAfterEnv: ['<rootDir>/tests/setup/jest-setup.ts'], testTimeout: 10000, // TODO: Investigate and fix test cleanup issues. The MCP server creates // persistent connections and event listeners that prevent Jest from exiting // cleanly. This should be addressed by properly closing all connections // and clearing all timers in afterAll/afterEach hooks. forceExit: true };

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/amittell/firewalla-mcp-server'

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