UNPKG

lamplighter-mcp

Version:

An intelligent context engine for AI-assisted software development

131 lines (124 loc) • 3 kB
# Codebase Summary *Generated at: 2025-04-13T06:27:59.966Z* ## Tech Stack - **nodejs** (detected from: package.json) - **typescript** (detected from: tsconfig.json) - **git** (detected from: .git) ## Directory Structure ``` šŸ“ __tests__/ šŸ“ modules/ šŸ“„ confluenceReader.test.ts šŸ“„ featureSpecProcessor.test.ts šŸ“„ taskManager.test.ts šŸ“ services/ šŸ“„ aiService.test.ts šŸ“„ codebaseAnalyzer.test.ts šŸ“„ historyLogger.test.ts šŸ“„ README.md šŸ“„ server.test.ts šŸ“ .cursor/ šŸ“ rules/ šŸ“„ always-rules.mdc šŸ“„ system_overview.mdc šŸ“„ .DS_Store šŸ“„ mcp.json šŸ“ coverage/ šŸ“ lcov-report/ šŸ“ modules/ šŸ“„ codebaseAnalyzer.ts.html šŸ“„ confluenceReader.ts.html šŸ“„ featureSpecProcessor.ts.html šŸ“„ historyLogger.ts.html šŸ“„ index.html šŸ“„ taskManager.ts.html šŸ“ services/ šŸ“„ aiService.ts.html šŸ“„ index.html šŸ“ src/ šŸ“ modules/ šŸ“„ codebaseAnalyzer.ts.html šŸ“„ historyLogger.ts.html šŸ“„ index.html šŸ“„ index.html šŸ“„ server.ts.html šŸ“„ base.css šŸ“„ block-navigation.js šŸ“„ codebaseAnalyzer.ts.html šŸ“„ confluenceReader.ts.html šŸ“„ favicon.png šŸ“„ historyLogger.ts.html šŸ“„ index.html šŸ“„ prettify.css šŸ“„ prettify.js šŸ“„ sort-arrow-sprite.png šŸ“„ sorter.js šŸ“„ taskManager.ts.html šŸ“ modules/ šŸ“„ codebaseAnalyzer.ts.html šŸ“„ confluenceReader.ts.html šŸ“„ featureSpecProcessor.ts.html šŸ“„ historyLogger.ts.html šŸ“„ index.html šŸ“„ taskManager.ts.html šŸ“ services/ šŸ“„ aiService.ts.html šŸ“„ index.html šŸ“ src/ šŸ“ modules/ šŸ“„ codebaseAnalyzer.ts.html šŸ“„ historyLogger.ts.html šŸ“„ index.html šŸ“„ index.html šŸ“„ server.ts.html šŸ“„ base.css šŸ“„ block-navigation.js šŸ“„ codebaseAnalyzer.ts.html šŸ“„ confluenceReader.ts.html šŸ“„ favicon.png šŸ“„ historyLogger.ts.html šŸ“„ index.html šŸ“„ lcov.info šŸ“„ prettify.css šŸ“„ prettify.js šŸ“„ sort-arrow-sprite.png šŸ“„ sorter.js šŸ“„ taskManager.ts.html šŸ“ documents/ šŸ“„ confluence_openapi.json šŸ“„ deployment_plan.md šŸ“„ e2e_testing_plan.md šŸ“„ engineering_requirements_document.md šŸ“„ mcp_client_document.md šŸ“„ mcp_server_ts_example.md šŸ“„ mcp_ts_sdk_document.md šŸ“„ product_requirements_document.md šŸ“„ tasks.md šŸ“ lamplighter_context/ šŸ“ feature_tasks/ šŸ“„ codebase_summary.md šŸ“„ history_log.md šŸ“ src/ šŸ“ modules/ šŸ“„ codebaseAnalyzer.ts šŸ“„ confluenceReader.ts šŸ“„ featureSpecProcessor.ts šŸ“„ historyLogger.ts šŸ“„ taskManager.ts šŸ“ services/ šŸ“„ aiService.ts šŸ“„ server.ts šŸ“ tests/ šŸ“„ setup.ts šŸ“„ .DS_Store šŸ“„ .env šŸ“„ .env.example šŸ“„ .gitignore šŸ“„ dev-setup.sh šŸ“„ jest.config.ts šŸ“„ jest.setup.ts šŸ“„ package-lock.json šŸ“„ package.json šŸ“„ README.md šŸ“„ tsconfig.json ```