avaliev commited on
Commit
1c346a7
·
verified ·
1 Parent(s): 086f0a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -165,7 +165,22 @@ FocusFlow implements the **Model Context Protocol (MCP)**, allowing you to contr
165
  }
166
  }
167
  }
 
 
168
  *Note: If running on WSL, you may need to use the SSE endpoint URL instead.*
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  *Replace `<YOUR_LOCAL_IP>` with the IP address of your local machine or WSL (e.g., `172.x.x.x`).*
170
 
171
  ### Exposed Tools
 
165
  }
166
  }
167
  }
168
+ ```
169
+
170
  *Note: If running on WSL, you may need to use the SSE endpoint URL instead.*
171
+ ```json
172
+ "mcpServers": {
173
+ "focusflow": {
174
+ "command": "npx",
175
+ "args": [
176
+ "mcp-remote",
177
+ "http://172.30.9.188:5000/gradio_api/mcp",
178
+ "--allow-http"
179
+ ]
180
+ }
181
+ }
182
+ ```
183
+
184
  *Replace `<YOUR_LOCAL_IP>` with the IP address of your local machine or WSL (e.g., `172.x.x.x`).*
185
 
186
  ### Exposed Tools