Skip to main content
Glama

SFCC Development MCP Server

by taurgis
jest.config.js764 B
export default { preset: 'ts-jest/presets/default-esm', extensionsToTreatAsEsm: ['.ts'], testEnvironment: 'node', testTimeout: process.env.CI ? 30000 : 10000, // 30s for CI, 10s for local roots: ['<rootDir>/src', '<rootDir>/tests'], testMatch: ['**/__tests__/**/*.ts', '**/?(*.)+(spec|test).ts'], transform: { '^.+\\.ts$': ['ts-jest', { useESM: true }], }, transformIgnorePatterns: [ 'node_modules/(?!(webdav|@modelcontextprotocol)/)' ], moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', '^webdav$': '<rootDir>/tests/__mocks__/webdav.js' }, collectCoverageFrom: [ 'src/**/*.ts', '!src/main.ts', '!src/index.ts', ], coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov', 'html'], };

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/taurgis/sfcc-dev-mcp'

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