Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@customaise/mcp

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@customaise/mcp - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+7
-2
CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## [2.0.1] - 2026-05-05
### Fixed
- **Documentation only.** The 2.0.0 release notes referenced "Customaise 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.
## [2.0.0] - 2026-05-05

@@ -19,7 +24,7 @@

### Changed (breaking)
- **v2 bridge protocol.** The WebSocket frames between the MCP server and the Customaise extension changed shape. **This MCP server requires Customaise extension 1.4.0 or newer.** Older extensions return `-32031 MCP_EXTENSION_OUTDATED` on first dispatch.
- **v2 bridge protocol.** The WebSocket frames between the MCP server and the Customaise extension changed shape. **This MCP server requires Customaise extension 1.2.3 or newer.** Older extensions return `-32031 MCP_EXTENSION_OUTDATED` on first dispatch.
- **Server version reported on the MCP handshake** is now `2.0.0`.
### Compatibility
- Requires Customaise extension 1.4.0 or newer.
- Requires Customaise extension 1.2.3 or newer.
- No change to `.cursor/mcp.json` / `.windsurf/mcp.json` / `claude_desktop_config.json` / Codex / Antigravity / Kiro configs. Existing IDE configs continue to work unchanged.

@@ -26,0 +31,0 @@

{
"name": "@customaise/mcp",
"version": "2.0.0",
"version": "2.0.1",
"description": "MCP server bridging AI coding agents (Cursor, Claude Code, Codex, Windsurf, Kiro, Antigravity) to the Customaise Chrome extension. 18 tools: UserScripts, AgentScripts, WebMCP calls with HITL consent, visual DOM targeting, tab control.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -273,3 +273,3 @@ # @customaise/mcp

- **Node.js** ≥ 18
- **Chrome** with the Customaise extension installed (≥ 1.4.0 for the v2 bridge protocol — older extensions still work but don't surface the cap-usage display)
- **Chrome** with the Customaise extension installed (≥ 1.2.3 for the v2 bridge protocol — older extensions still work but don't surface the cap-usage display)
- **MCP Bridge** enabled in Customaise Settings (free, signed-in)

@@ -276,0 +276,0 @@