Skip to content

Releases: jasonjmcghee/WebMCP

Fix simplified install bug

22 Mar 20:00
1de0c8c

Choose a tag to compare

Fixes a regression where the simplified installation would fail if an mcp client name was specified instead of a path

Added Automatic Installation

09 Mar 22:59

Choose a tag to compare

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

08 Mar 05:18

Choose a tag to compare

What's Changed

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

08 Mar 01:27

Choose a tag to compare

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

06 Mar 04:48

Choose a tag to compare

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

New Contributors

Full Changelog: v0.1.3...v0.1.4

Initial Release

05 Mar 07:12

Choose a tag to compare

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.