ryomo commited on
Commit
a3e4e3c
·
1 Parent(s): d340f24

docs: update MCP guide to separate connection instructions for VS Code and Claude Desktop

Browse files
Files changed (1) hide show
  1. docs/mcp_guide.md +16 -2
docs/mcp_guide.md CHANGED
@@ -17,9 +17,23 @@ http://localhost:7860/gradio_api/mcp/
17
 
18
  ## How to Connect
19
 
20
- ### Claude Desktop / Cursor / VS Code
21
 
22
- Add the following to your MCP settings configuration:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  ```json
25
  {
 
17
 
18
  ## How to Connect
19
 
20
+ Add the following to your MCP settings configuration.
21
 
22
+ ### VS Code
23
+
24
+ ```json
25
+ {
26
+ "servers": {
27
+ "unpredictable-lord": {
28
+ "url": "https://mcp-1st-birthday-unpredictable-lord.hf.space/gradio_api/mcp/"
29
+ "type": "http"
30
+ }
31
+ },
32
+ "inputs": []
33
+ }
34
+ ```
35
+
36
+ ### Claude Desktop / Cursor
37
 
38
  ```json
39
  {