Skip to main content
Glama
index.ts1.19 kB
/** * Testing Tools Module * Exports all testing-related MCP tools */ export { runUnitTests, registerRunUnitTestsTool, type RunUnitTestsArgs, type RunUnitTestsResult, } from './run-unit-tests.js'; export { runMaestroFlowTool, registerRunMaestroFlowTool, type RunMaestroFlowArgs, type RunMaestroFlowResult, } from './run-maestro-flow.js'; export { runLinter, registerRunLinterTool, type RunLinterArgs, type RunLinterResult, type LinterType, } from './run-linter.js'; export { runMaestroFlow, isMaestroAvailable, getMaestroVersion, type MaestroRunOptions, } from './maestro-executor.js'; export { generateFailureBundle, createMinimalFailureBundle, serializeFailureBundle, getFailureBundleSummary, type FailureBundleOptions, } from './failure-bundle.js'; /** * Register all testing tools */ export function registerTestingTools(): void { const { registerRunUnitTestsTool } = require('./run-unit-tests.js'); const { registerRunMaestroFlowTool } = require('./run-maestro-flow.js'); const { registerRunLinterTool } = require('./run-linter.js'); registerRunUnitTestsTool(); registerRunMaestroFlowTool(); registerRunLinterTool(); }

Latest Blog Posts

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/abd3lraouf/specter-mcp'

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