UNPKG

@boundless-oss/atlas

Version:

Atlas - MCP Server for comprehensive startup project management

21 lines 704 B
import { ToolRegistration } from '../../core/types.js'; /** * Memory Management Module - 12-Factor MCP Implementation * * This module replaces the legacy memory-management implementation * with a 12-factor compliant version that uses: * * - Standardized tool interface * - SQLite-based data storage with full-text search * - Schema validation * - Structured outputs * - Stateless execution * - Contextual memory linking and relationships * - Advanced analytics and insights */ /** * Setup the memory management module */ export declare function setupMemoryManagement(): Promise<ToolRegistration>; export { setupMemoryManagementTools } from './tools.js'; //# sourceMappingURL=index.d.ts.map