[Lldb-commits] [lldb] 17cb0a7 - [lldb][docs] Fix another broken markdown link

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 3 14:19:22 PDT 2025


Author: Jonas Devlieghere
Date: 2025-07-03T14:19:09-07:00
New Revision: 17cb0a73a0542da3477ac94c3fddfa05c20888f8

URL: https://github.com/llvm/llvm-project/commit/17cb0a73a0542da3477ac94c3fddfa05c20888f8
DIFF: https://github.com/llvm/llvm-project/commit/17cb0a73a0542da3477ac94c3fddfa05c20888f8.diff

LOG: [lldb][docs] Fix another broken markdown link

Added: 
    

Modified: 
    lldb/docs/use/mcp.md

Removed: 
    


################################################################################
diff  --git a/lldb/docs/use/mcp.md b/lldb/docs/use/mcp.md
index 7d4072645966f..375c164fe771c 100644
--- a/lldb/docs/use/mcp.md
+++ b/lldb/docs/use/mcp.md
@@ -1,6 +1,6 @@
 # Model Context Protocol (MCP)
 
-LLDB supports the [Model Context Protocol][https://modelcontextprotocol.io]
+LLDB supports the [Model Context Protocol](https://modelcontextprotocol.io)
 (MCP). This structured, machine-friendly protocol allows AI models to access
 and interact with external tools, for example debuggers. Using MCP, an AI agent
 can execute LLDB commands to control the debugger: set breakpoints, inspect


        


More information about the lldb-commits mailing list