auto-webmcp 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,8 +4,8 @@
4
4
 
5
5
  Drop in one script tag (or one `import`) and every `<form>` on your page is
6
6
  instantly registered as a structured tool that in-browser AI agents can
7
- discover and use via Google Chrome's
8
- [WebMCP proposal](https://github.com/nicktindall/mcp-browser).
7
+ discover and use via Chrome's
8
+ [WebMCP](https://developer.chrome.com/blog/webmcp-epp) early preview.
9
9
 
10
10
  ---
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-webmcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Automatically make any HTML form WebMCP-ready — zero coding required",
5
5
  "author": "Prasanna Vaidya <prasanna@gyde.ai>",
6
6
  "license": "MIT",