Skip to content

AutoWebMCP v0.2.0

Choose a tag to compare

@apartsin apartsin released this 09 Mar 09:21
· 7 commits to main since this release

AutoWebMCP v0.2.0

Framework robustness overhaul + Google Forms MCP.

What's new

  • Google Forms MCP — 30 semantic tools for Google Forms (create forms, add questions, set themes, manage settings)
  • 20 framework improvements — trusted click support (__clickCoords), retry with re-injection, URL re-check, get_page_state tool, 6 new template utilities
  • Enhanced templatesqueryVisibleSelector(), setContentEditableValue(), clickAndWait(), findElementByText(), getPageState(), querySelectorWithin()
  • Improved skill guidance — duplicate element detection, ARIA role probing, widget pattern classification, selector priority scoring, readback verification, validation scaffolding
  • Automatic Chrome setup — no manual --remote-debugging-port needed

What's included

  • /learn-webapp skill — Explores web apps and generates MCP servers
  • /webmcp skill — Routes web app tasks through learned MCP servers
  • MCP server templates (v0.2.0) — Enhanced with trusted click, retry, and diagnostic tools
  • Google Sites MCP — 33 tools
  • Google Forms MCP — 30 tools
  • Install script

Quick start

git clone https://github.com/ApartsinProjects/AutoWebMCP.git
cd AutoWebMCP && npm install

# Copy skills to your project
./install.sh /path/to/your/project

# Learn any web app
/learn-webapp https://your-app.com

See README for full documentation.