Author: Jonas Devlieghere
Date: 2025-06-30T13:50:32-07:00
New Revision: eb904e857af19abc2ea32ea3be455d96af6902f1

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

LOG: [lldb] Fix link syntax in docs/use/mcp.md

Added: 
    

Modified: 
    lldb/docs/use/mcp.md

Removed: 
    


################################################################################
diff  --git a/lldb/docs/use/mcp.md b/lldb/docs/use/mcp.md
index e7e78f7a28c7a..7d4072645966f 100644
--- a/lldb/docs/use/mcp.md
+++ b/lldb/docs/use/mcp.md
@@ -46,7 +46,7 @@ forward communication over stdio over the network connection.
 └──────────┘               └──────────┘               └──────────┘
 ```
 
-Configuration example for [Claude 
Code][https://modelcontextprotocol.io/quickstart/user]:
+Configuration example for [Claude 
Code](https://modelcontextprotocol.io/quickstart/user):
 
 ```json
 {
@@ -59,7 +59,7 @@ Configuration example for [Claude 
Code][https://modelcontextprotocol.io/quicksta
 }
 ```
 
-Configuration example for [Visual Studio 
Code][https://code.visualstudio.com/docs/copilot/chat/mcp-servers]:
+Configuration example for [Visual Studio 
Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers):
 
 ```json
 {


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to