You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
feat: implement early diff detection for incremental indexing
- Add early diff detection in `lsmcp index` command to avoid full re-indexing- Implement getAllFiles() and getFileInfo() methods for cache inspection- Add smart incremental indexing that only updates changed files- Setup comprehensive CI/CD pipeline with GitHub Actions- Fix CI-specific test failures with proper timeouts and retry logic- Add CI environment detection in vitest.config.ts- Optimize indexing performance from ~10s to ~20ms for unchanged projects🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>
[](https://github.com/mizchi/lsmcp/actions/workflows/language-tests.yml)
A unified MCP (Model Context Protocol) server that provides advanced code manipulation and analysis capabilities for multiple programming languages through Language Server Protocol integration.