UNPKG

@boundless-oss/atlas

Version:

Atlas - MCP Server for comprehensive startup project management

10 lines 356 B
import { ModuleSetup } from '../../core/types.js'; /** * Code Analysis Module Setup - 12-Factor MCP Implementation * * Provides comprehensive code quality analysis, code reviews, and metrics tracking * with SQLite persistence and structured outputs. */ export declare const setup: ModuleSetup; export default setup; //# sourceMappingURL=index.d.ts.map