Files
serena/src
Michael PanchenkoandClaude 8958a2f641 Add comprehensive solid-lsp architecture memory
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>
2025-06-22 11:34:11 +02:00
..
2025-06-21 21:36:32 +02:00

Serena uses (modified) versions of other libraries/packages:

  • multilspy (for language server protocol support); original repo: microsoft/multilspy
  • interprompt (our prompt templating library)