conductor-node 12.39.0 → 12.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## 12.40.0 (2025-11-13)
4
+
5
+ Full Changelog: [v12.39.0...v12.40.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.39.0...v12.40.0)
6
+
7
+ ### Features
8
+
9
+ * **mcp:** enable optional code execution tool on http mcp servers ([d167a15](https://github.com/conductor-is/quickbooks-desktop-node/commit/d167a15597367f1eacf85bbc27d404a504adfeb3))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **mcpb:** pin @anthropic-ai/mcpb version ([50c12b7](https://github.com/conductor-is/quickbooks-desktop-node/commit/50c12b74dc41dd547c312f88fe80c89f454f8ee1))
15
+ * **mcp:** return tool execution error on jq failure ([6634cc0](https://github.com/conductor-is/quickbooks-desktop-node/commit/6634cc01f3f763608f6924c5198bba674ec0b8ae))
16
+
17
+
18
+ ### Chores
19
+
20
+ * **internal:** codegen related update ([a93c332](https://github.com/conductor-is/quickbooks-desktop-node/commit/a93c332d88480010085fa2af8466c8665da25a5b))
21
+ * **internal:** codegen related update ([65e0bac](https://github.com/conductor-is/quickbooks-desktop-node/commit/65e0bacdb4ea33e7a7e1746a5ef8b8fe4b265dcc))
22
+ * **internal:** grammar fix (it's -> its) ([1e1452d](https://github.com/conductor-is/quickbooks-desktop-node/commit/1e1452ddd35cb4f94e7f2aaffa9bac83f0bc911b))
23
+ * mcp code tool explicit error message when missing a run function ([45fa155](https://github.com/conductor-is/quickbooks-desktop-node/commit/45fa1553ec9a546e94b3f1a68da7479ec7be557e))
24
+ * **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([0786aa6](https://github.com/conductor-is/quickbooks-desktop-node/commit/0786aa6120d2f7d47152b33854e2a01763bc2fa6))
25
+ * **mcp:** add line numbers to code tool errors ([678df34](https://github.com/conductor-is/quickbooks-desktop-node/commit/678df34dbfa86c0d61779d8073383ce8905091d8))
26
+ * **mcp:** clarify http auth error ([cc9ecd1](https://github.com/conductor-is/quickbooks-desktop-node/commit/cc9ecd1e8f7057c0693dbb0fc48da2f9f85ef551))
27
+ * **mcp:** upgrade jq-web ([197bd33](https://github.com/conductor-is/quickbooks-desktop-node/commit/197bd33848c693ea7510cda88c92c4f9300ae2fe))
28
+ * use structured error when code execution tool errors ([baedc1f](https://github.com/conductor-is/quickbooks-desktop-node/commit/baedc1f81e05dc19b30dc1f593c23793ae971cdb))
29
+
30
+
31
+ ### Documentation
32
+
33
+ * **mcp:** add a README button for one-click add to Cursor ([947ee8e](https://github.com/conductor-is/quickbooks-desktop-node/commit/947ee8edd4133df6cb8563ba3e21085dfee59fff))
34
+ * **mcp:** add a README link to add server to VS Code or Claude Code ([d687756](https://github.com/conductor-is/quickbooks-desktop-node/commit/d687756499c7d7c466d53a84dcc5af0ef004d72d))
35
+
3
36
  ## 12.39.0 (2025-10-19)
4
37
 
5
38
  Full Changelog: [v12.38.0...v12.39.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.38.0...v12.39.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "12.39.0",
3
+ "version": "12.40.0",
4
4
  "description": "The official TypeScript library for the Conductor API",
5
5
  "author": "Conductor <support@conductor.is>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '12.39.0'; // x-release-please-version
1
+ export const VERSION = '12.40.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "12.39.0";
1
+ export declare const VERSION = "12.40.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '12.39.0'; // x-release-please-version
4
+ exports.VERSION = '12.40.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '12.39.0'; // x-release-please-version
1
+ export const VERSION = '12.40.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map