Skip to main content
Glama
index.ts747 B
/** * TestRail-AutoSpectra Integration Module * * This module provides seamless integration between AutoSpectra framework * and TestRail test management platform through the MCP server. */ // Core bridge functionality export { AutoSpectraBridge } from './autospectra-bridge'; export type { AutoSpectraTestResult, AutoSpectraTestSuite } from './autospectra-bridge'; // Integration examples and utilities export { basicIntegrationExample, CIPipelineIntegration, RealTimeMonitor, generateAdvancedDashboard, IntegrationUtils, DEFAULT_CONFIG, } from './integration-examples'; // Re-export types for convenience export type { AutoSpectraTestResult as TestResult, AutoSpectraTestSuite as TestSuite, } from './autospectra-bridge';

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/samuelvinay91/testrail-mcp'

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