draw2agent 1.3.2 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/overlay/dist/draw2agent-overlay.js +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
# draw2agent ✏️
|
|
2
2
|
|
|
3
|
+
[](https://mcpregistry.com/packages/draw2agent)
|
|
4
|
+
|
|
3
5
|
Draw on your website. Your AI agent sees it.
|
|
4
6
|
|
|
5
7
|
**draw2agent** is an MCP server that lets you draw annotations directly on top of your local dev page. When you submit, your IDE agent receives a screenshot, structured DOM data, and annotation context to make precise code edits.
|
|
6
8
|
|
|
9
|
+
👉 **Try it out at:** [draw2agent.vercel.app](https://draw2agent.vercel.app)
|
|
10
|
+
|
|
11
|
+
## Demo
|
|
12
|
+
|
|
13
|
+
[](https://youtu.be/siv1ioOnOXk)
|
|
14
|
+
*(Note: Video hosted on YouTube. Demo files have been ignored from the repository to save space.)*
|
|
15
|
+
|
|
7
16
|
## Quick Start
|
|
8
17
|
|
|
9
18
|
### 1. Add to your IDE (one-time)
|