[lldb][docs] Fix another broken markdown link

This commit is contained in:
Jonas Devlieghere
2025-07-03 14:19:09 -07:00
parent eda3161c35
commit 17cb0a73a0

View File

@@ -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