Skip to content

Commit 32a8262

Browse files
authored
Update README.md
1 parent 1acf7fa commit 32a8262

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
https://github.com/user-attachments/assets/2017fa01-0e7f-411c-a417-9f79562627b7
2+
33
# VisionAgent MCP Server
44

55
[![npm](https://img.shields.io/npm/v/vision-tools-mcp?label=npm)](https://www.npmjs.com/package/vision-tools-mcp)
@@ -16,8 +16,7 @@ Modern LLM “agents” call external tools through the **[Model Context Protoco
1616

1717
## 📸 Demo
1818

19-
20-
<Uploading vision-agent-mcp.mov…>
19+
https://github.com/user-attachments/assets/2017fa01-0e7f-411c-a417-9f79562627b7
2120

2221

2322
## 🧰 Supported Use Cases (v0.1)
@@ -72,12 +71,12 @@ export VISION_AGENT_API_KEY="<YOUR_API_KEY>"
7271
}
7372
```
7473

75-
1. Open your MCP-aware client.
76-
2. Download *street.png* (from the assets folder in this directory, or you can choose any test image).
77-
3. Paste the prompt below (or any prompt):
74+
4. Open your MCP-aware client.
75+
5. Download *street.png* (from the assets folder in this directory, or you can choose any test image).
76+
6. Paste the prompt below (or any prompt):
7877

7978
```
80-
Detect all traffic lights in /Users/cmaloney111/Documents/Landing/mcp/vision-agent-mcp/assets/street.png using text-to-object-detection
79+
Detect all traffic lights in /path/to/mcp/vision-agent-mcp/assets/street.png
8180
```
8281

8382
If your client supports inline resources, you’ll see bounding-box overlays; otherwise, the PNG is saved to your output directory, and the chat shows its path.
@@ -407,6 +406,9 @@ Upgrade via `nvm install 20` (mac/Linux) or download from nodejs.org if on Windo
407406

408407
</details>
409408

409+
For other issues, refer to the MCP documentation: https://modelcontextprotocol.io/quickstart/user
410+
411+
Also not that specific clients will have their own helpful documentation. For example, if you are using the OpenAI Agents SDK, refer to their documentation here: https://openai.github.io/openai-agents-python/mcp/
410412

411413
## 🤝 Contributing
412414

0 commit comments

Comments
 (0)