mirror of
https://github.com/tiennm99/serena.git
synced 2026-07-17 20:18:21 +00:00
Documents the solid-lsp implementation as a deadlock-resistant replacement for multilspy, designed to solve asyncio contamination issues in MCP environments. Key points covered: - Root cause analysis of multilspy deadlocks - Solid-lsp architectural improvements - Process isolation no longer needed - Language server compatibility - Migration strategy 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Serena uses (modified) versions of other libraries/packages:
- multilspy (for language server protocol support); original repo: microsoft/multilspy
- interprompt (our prompt templating library)