Skip to main content
Glama

MCP Console Automation Server

by ooples
jest.simple.config.js545 B
export default { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/tests/protocols'], testMatch: [ '<rootDir>/tests/protocols/**/*.test.ts' ], moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', }, extensionsToTreatAsEsm: ['.ts'], transform: { '^.+\\.tsx?$': ['ts-jest', { useESM: true, tsconfig: { module: 'esnext', target: 'es2022', moduleResolution: 'bundler' } }] }, testTimeout: 15000, clearMocks: true, restoreMocks: true, resetMocks: 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/ooples/mcp-console-automation'

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