UNPKG

@boundless-oss/atlas

Version:

Atlas - MCP Server for comprehensive startup project management

20 lines 602 B
import { ToolRegistration } from '../../core/types.js'; /** * ADR Management Module - 12-Factor MCP Implementation * * This module replaces the legacy ADR implementation * with a 12-factor compliant version that uses: * * - Standardized tool interface * - SQLite-based data storage * - Schema validation * - Structured outputs * - Stateless execution * - Relationship tracking and validation */ /** * Setup the ADR management module */ export declare function setupADRManagement(): Promise<ToolRegistration>; export { setupADRTools } from './tools.js'; //# sourceMappingURL=index.d.ts.map