Releases: conductor-is/quickbooks-desktop-node
Releases · conductor-is/quickbooks-desktop-node
v14.1.0
v14.0.0
14.0.0 (2025-12-19)
Full Changelog: v13.1.0...v14.0.0
⚠ BREAKING CHANGES
- mcp: remove deprecated tool schemes
- mcp: Migration: To migrate, simply modify the command used to invoke the MCP server. Currently, the only supported tool scheme is code mode. Now, starting the server with just
node /path/to/mcp/serverornpx package-namewill invoke code tools: changing your command to one of these is likely all you will need to do.
Bug Fixes
- mcp: pass base url to code tool (c5d3e3f)
Chores
- mcp: remove deprecated tool schemes (0ffe90e)
v13.1.0
v13.0.0
v12.43.0
12.43.0 (2025-12-08)
Full Changelog: v12.42.0...v12.43.0
Features
Bug Fixes
- mcp: correct code tool API endpoint (ebdf952)
- mcp: return correct lines on typescript errors (5ce369d)
Chores
v12.42.0
12.42.0 (2025-12-05)
Full Changelog: v12.41.0...v12.42.0
Features
- mcp: add typescript check to code execution tool (021b2d0)
Chores
- use latest @modelcontextprotocol/sdk (e357a25)
v12.41.0
12.41.0 (2025-12-02)
Full Changelog: v12.40.0...v12.41.0
Features
Bug Fixes
- mcp: return tool execution error on api error (4571eae)
v12.40.0
12.40.0 (2025-11-13)
Full Changelog: v12.39.0...v12.40.0
Features
- mcp: enable optional code execution tool on http mcp servers (d167a15)
Bug Fixes
- mcpb: pin @anthropic-ai/mcpb version (50c12b7)
- mcp: return tool execution error on jq failure (6634cc0)
Chores
- internal: codegen related update (a93c332)
- internal: codegen related update (65e0bac)
- internal: grammar fix (it's -> its) (1e1452d)
- mcp code tool explicit error message when missing a run function (45fa155)
- mcp: add friendlier MCP code tool errors on incorrect method invocations (0786aa6)
- mcp: add line numbers to code tool errors (678df34)
- mcp: clarify http auth error (cc9ecd1)
- mcp: upgrade jq-web (197bd33)
- use structured error when code execution tool errors (baedc1f)