[Lldb-commits] [lldb] [lldb] Add Model Context Protocol (MCP) support to LLDB (PR #143628)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 13 15:40:21 PDT 2025
================
@@ -0,0 +1,13 @@
+add_lldb_library(lldbPluginProtocolServerMCP PLUGIN
----------------
ashgti wrote:
Should this be behind a build flag?
I could see some distributions disabling this feature for security reasons.
Once an MCP server is running, it can run arbitrary commands in the debugger and may even be able to spawn arbitrary processes.
https://github.com/llvm/llvm-project/pull/143628
More information about the lldb-commits
mailing list