[Lldb-commits] [lldb] [lldb] Add Model Context Protocol (MCP) support to LLDB (PR #143628)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 16 12:19:36 PDT 2025
JDevlieghere wrote:
- Added a CMake flag to disable building protocol servers at configuration time.
- Added a link to the spec, settled on 2024-11-05 as that's what Claude Desktop supports right now and we weren't using anything from 2025-03-26.
- Eliminated all threads except the one that runs the MCP MainLoop, which now serves all the clients.
- Correctly handle notifications instead of treating them like requests.
https://github.com/llvm/llvm-project/pull/143628
More information about the lldb-commits
mailing list