Skip to main content
Glama

Microservice Control Panel (MCP)

by battyht
jest.config.js349 B
module.exports = { testEnvironment: 'node', testMatch: ['**/tests/**/*.js', '**/?(*.)+(spec|test).js'], collectCoverage: true, coverageDirectory: 'coverage', collectCoverageFrom: [ 'app/**/*.js', '!app/utils/logger.js' ], coverageReporters: ['text', 'lcov'], testTimeout: 10000, setupFilesAfterEnv: ['./tests/setup.js'] };

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/battyht/AD_MCP'

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