lamplighter-mcp
Version:
An intelligent context engine for AI-assisted software development
131 lines (124 loc) ⢠3 kB
Markdown
# 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
```