Releases: jasonjmcghee/WebMCP
Fix simplified install bug
Fixes a regression where the simplified installation would fail if an mcp client name was specified instead of a path
Added Automatic Installation
Full Changelog: v0.1.11...v0.1.12
I heard using WebMCP was high friction to get started, so I added Automatic Installation.
Adds the tool definer built-in tool
What's Changed
- Adds the tool definer built in tool by @jasonjmcghee in #6
Full Changelog: v0.1.6...v0.1.10
Immediately dispose of registration token on use, so end-user can just ask the model for a token
What's Changed
- [WEBMCP-4]: Issue new token for the session, and throw away registration token by @jasonjmcghee in #5
Full Changelog: v0.1.5...v0.1.6
Much simpler setup
There's now just the single command! Your MCP client just needs to call the command and pass "--mcp".
There's a built-in tool to ask the model to generate a token for use with a WebMCP website.
As always, this is the minified webmcp.js (much smaller) - you can find the full one in the source!
What's Changed
- Update MCP Server Name and Version by @evalstate in #2
New Contributors
- @evalstate made their first contribution in #2
Full Changelog: v0.1.3...v0.1.4
Initial Release
First and foremost, you can absolutely clone the repo and build a specific tag or the latest main yourself!
Website Builders
Attached is the widget: webmcp.js which can be used with:
<script src="webmcp.js"></script>
Or by copying / pasting directly in script tags.
End-Users
The best way to install is with:
npx @jason.today/webmcp
But I've attached the tgz of the repo (npm pack) here as well.