[llvm-branch-commits] [llvm] [lldb] Add a release note for MCP support (PR #149143)

Jonas Devlieghere via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 16 10:05:54 PDT 2025


https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/149143

None

>From 67eb6e31a51d35451fa09dfd876afc7dc68f60c2 Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere <jonas at devlieghere.com>
Date: Wed, 16 Jul 2025 10:05:05 -0700
Subject: [PATCH] [lldb] Add a release note for MCP support

---
 llvm/docs/ReleaseNotes.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 6191a915051fa..0d63608389520 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -315,6 +315,8 @@ Changes to LLDB
   nothing at all
 * Changed the format of opcode bytes to match llvm-objdump when disassembling
   RISC-V code with `disassemble`'s `--byte` option.
+* LLDB added native support for the Model Context Protocol  (MCP). An MCP
+  server can be started with the `protocol-server start MCP` command.
 
 ### Changes to lldb-dap
 



More information about the llvm-branch-commits mailing list