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