Skip to main content
Glama

DALL-E 3 MCP Server

by chrisurf
jest.config.js539 B
export default { preset: 'ts-jest', testEnvironment: 'node', collectCoverageFrom: [ 'src/**/*.ts', '!src/**/*.test.ts', '!src/**/*.spec.ts', '!src/index.ts', // Main file requires complex mocking due to ES modules and MCP setup ], coverageReporters: ['text', 'lcov', 'html'], testMatch: ['**/__tests__/**/*.ts', '**/?(*.)+(spec|test).ts'], transform: { '^.+\\.ts$': ['ts-jest', { tsconfig: { module: 'commonjs', target: 'es2020', isolatedModules: 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/chrisurf/imagegen-mcp-d3'

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