v2.0.1: Free tier with caps, v2 bridge protocol
The 2.0.x line introduces a free tier with caps and a new bridge protocol.
What's new in 2.0.x
- Free tier. Signed-in Customaise users get 50 successful tool calls per UTC day, 150 per rolling 7-day window. Power User unlocks unlimited.
- Sign-in required. The bridge no longer accepts anonymous sessions.
- v2 bridge protocol. Requires Customaise extension 1.2.3 or newer.
- New JSON-RPC error codes (
-32028through-32032) so IDEs render clear messages for auth, cap, timeout, outdated-extension, and reconnect-needed conditions.
2.0.1 (this release)
Documentation fix only. The 2.0.0 notes referenced "extension 1.4.0 or newer" as the v2 bridge cutoff. The actual cutoff is 1.2.3, which is the version that ships the v2 bridge to the Chrome Web Store. README and CHANGELOG corrected. No code change.
Install
{
"mcpServers": {
"customaise": {
"command": "npx",
"args": ["-y", "@customaise/mcp"]
}
}
}Full changelog: CHANGELOG.md