Skip to content

@customaise/mcp 2.0.2 — fix doubled error prefix

Choose a tag to compare

@schequm schequm released this 05 May 07:34
· 8 commits to main since this release

Fixed

  • Doubled error prefix in IDE error popups. Cap-exceeded and other typed errors surfaced in IDEs as MCP error -32029: MCP error -32029: Daily MCP cap reached…. The MCP SDK's McpError constructor prepends MCP error <code>: to the underlying message; when the server threw an McpError and the SDK serialized error.message over the wire, the client-side SDK prepended the prefix a second time on receipt. The bridge now throws a plain Error with code and data attached so the prefix appears exactly once in IDE error popups.

Install

{
  "mcpServers": {
    "customaise": {
      "command": "npx",
      "args": ["-y", "@customaise/mcp"]
    }
  }
}

Full changelog: CHANGELOG.md