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