avaliev commited on
Commit
c855501
Β·
verified Β·
1 Parent(s): 0491e54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # πŸ¦‰ FocusFlow - AI Productivity Accountability Agent
2
 
3
  **Your Duolingo-style AI buddy that keeps you focused while coding**
@@ -165,7 +175,12 @@ FocusFlow runs an MCP server that you can connect to from external tools like Cl
165
  {
166
  "mcpServers": {
167
  "focusflow": {
168
- "url": "http://<YOUR_WSL_IP>:5000/gradio_api/mcp/sse"
 
 
 
 
 
169
  }
170
  }
171
  }
@@ -727,4 +742,4 @@ MIT License - feel free to use this for personal or commercial projects!
727
 
728
  **Made with ❀️ for developers with ADHD who just need a little nudge to stay focused.**
729
 
730
- *Hoot hoot!* πŸ¦‰
 
1
+ ---
2
+ license: mit
3
+ title: FocusFlow AI
4
+ sdk: gradio
5
+ emoji: πŸ“Š
6
+ colorFrom: indigo
7
+ colorTo: blue
8
+ short_description: FocusFlow is AI productivity helper + task tracker MCP
9
+ app_file: app.py
10
+ ---
11
  # πŸ¦‰ FocusFlow - AI Productivity Accountability Agent
12
 
13
  **Your Duolingo-style AI buddy that keeps you focused while coding**
 
175
  {
176
  "mcpServers": {
177
  "focusflow": {
178
+ "command": "npx",
179
+ "args": [
180
+ "mcp-remote",
181
+ "http://YOUR_WSL_IP:5000/gradio_api/mcp",
182
+ "--allow-http"
183
+ ]
184
  }
185
  }
186
  }
 
742
 
743
  **Made with ❀️ for developers with ADHD who just need a little nudge to stay focused.**
744
 
745
+ *Hoot hoot!* πŸ¦‰