From 17cb0a73a0542da3477ac94c3fddfa05c20888f8 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 3 Jul 2025 14:19:09 -0700 Subject: [PATCH] [lldb][docs] Fix another broken markdown link --- lldb/docs/use/mcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/docs/use/mcp.md b/lldb/docs/use/mcp.md index 7d4072645966..375c164fe771 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