You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
78
77
79
78
```
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
81
80
```
82
81
83
82
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
407
406
408
407
</details>
409
408
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/
0 commit comments