Skip to content

Releases: conductor-is/quickbooks-desktop-node

v14.1.0

31 Dec 23:55

Choose a tag to compare

14.1.0 (2025-12-31)

Full Changelog: v14.0.0...v14.1.0

Features

v14.0.0

25 Dec 10:12

Choose a tag to compare

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/server or npx package-name will 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

17 Dec 21:10

Choose a tag to compare

13.1.0 (2025-12-17)

Full Changelog: v13.0.0...v13.1.0

Features

v13.0.0

12 Dec 19:04

Choose a tag to compare

13.0.0 (2025-12-11)

Full Changelog: v12.43.0...v13.0.0

Features

  • api: api update (236b084)
  • api: api update (3a2839a)
  • client: revert most aspects of client to generated code (0820fd2)

Bug Fixes

  • mcp: add client instantiation options to code tool (2aecab2)

Chores

v12.43.0

08 Dec 23:57

Choose a tag to compare

12.43.0 (2025-12-08)

Full Changelog: v12.42.0...v12.43.0

Features

  • api: api update (549da53)
  • mcp: handle code mode calls in the Stainless API (3628618)

Bug Fixes

  • mcp: correct code tool API endpoint (ebdf952)
  • mcp: return correct lines on typescript errors (5ce369d)

Chores

  • internal: codegen related update (76c8b35)
  • internal: codegen related update (995760f)

v12.42.0

05 Dec 19:09

Choose a tag to compare

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

02 Dec 20:54

Choose a tag to compare

12.41.0 (2025-12-02)

Full Changelog: v12.40.0...v12.41.0

Features

  • mcp: add detail field to docs search tool (1da6d2a)
  • mcp: return logs on code tool errors (977d876)

Bug Fixes

  • mcp: return tool execution error on api error (4571eae)

v12.40.0

17 Nov 00:14

Choose a tag to compare

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)

Documentation

  • mcp: add a README button for one-click add to Cursor (947ee8e)
  • mcp: add a README link to add server to VS Code or Claude Code (d687756)

v12.39.0

19 Oct 20:30

Choose a tag to compare

12.39.0 (2025-10-19)

Full Changelog: v12.38.0...v12.39.0

Features

v12.38.0

18 Oct 21:54

Choose a tag to compare

12.38.0 (2025-10-14)

Full Changelog: v12.37.0...v12.38.0

Features

Chores

  • extract some types in mcp docs (8a6aa57)
  • internal: use npm pack for build uploads (6611b4d)