@customaise/mcp 2.0.2 — fix doubled error prefix
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'sMcpErrorconstructor prependsMCP error <code>:to the underlying message; when the server threw anMcpErrorand the SDK serializederror.messageover the wire, the client-side SDK prepended the prefix a second time on receipt. The bridge now throws a plainErrorwithcodeanddataattached so the prefix appears exactly once in IDE error popups.
Install
{
"mcpServers": {
"customaise": {
"command": "npx",
"args": ["-y", "@customaise/mcp"]
}
}
}Full changelog: CHANGELOG.md