@boundless-oss/atlas
Version:
Atlas - MCP Server for comprehensive startup project management
20 lines • 628 B
TypeScript
import { ToolRegistration } from '../../core/types.js';
/**
* Error Analysis Module - 12-Factor MCP Implementation
*
* This module replaces the legacy error-analysis implementation
* with a 12-factor compliant version that uses:
*
* - Standardized tool interface
* - SQLite-based data storage
* - Schema validation
* - Structured outputs
* - Stateless execution
* - Comprehensive error tracking and analysis
*/
/**
* Setup the error analysis module
*/
export declare function setupErrorAnalysis(): Promise<ToolRegistration>;
export { setupErrorAnalysisTools } from './tools.js';
//# sourceMappingURL=index.d.ts.map