Skip to main content
Glama

CTS MCP Server

by EricA1019
index.js594 B
const { defaults } = require('@istanbuljs/schema'); const Instrumenter = require('./instrumenter'); const programVisitor = require('./visitor'); const readInitialCoverage = require('./read-coverage'); /** * createInstrumenter creates a new instrumenter with the * supplied options. * @param {Object} opts - instrumenter options. See the documentation * for the Instrumenter class. */ function createInstrumenter(opts) { return new Instrumenter(opts); } module.exports = { createInstrumenter, programVisitor, readInitialCoverage, defaultOpts: defaults.instrumenter };

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/EricA1019/CTS_MCP'

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