conductor-node 12.39.0 → 12.41.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 +47 -0
- package/package.json +1 -1
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 12.41.0 (2025-12-02)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v12.40.0...v12.41.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.40.0...v12.41.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **mcp:** add detail field to docs search tool ([1da6d2a](https://github.com/conductor-is/quickbooks-desktop-node/commit/1da6d2a2a4884b13d13e6341848f97335c6983b3))
|
|
10
|
+
* **mcp:** return logs on code tool errors ([977d876](https://github.com/conductor-is/quickbooks-desktop-node/commit/977d8760ee9fca5f03c94f64a5b66c2a5023dcd2))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **mcp:** return tool execution error on api error ([4571eae](https://github.com/conductor-is/quickbooks-desktop-node/commit/4571eaeacde7c53190913a377571499f46ae7c57))
|
|
16
|
+
|
|
17
|
+
## 12.40.0 (2025-11-13)
|
|
18
|
+
|
|
19
|
+
Full Changelog: [v12.39.0...v12.40.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.39.0...v12.40.0)
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **mcp:** enable optional code execution tool on http mcp servers ([d167a15](https://github.com/conductor-is/quickbooks-desktop-node/commit/d167a15597367f1eacf85bbc27d404a504adfeb3))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* **mcpb:** pin @anthropic-ai/mcpb version ([50c12b7](https://github.com/conductor-is/quickbooks-desktop-node/commit/50c12b74dc41dd547c312f88fe80c89f454f8ee1))
|
|
29
|
+
* **mcp:** return tool execution error on jq failure ([6634cc0](https://github.com/conductor-is/quickbooks-desktop-node/commit/6634cc01f3f763608f6924c5198bba674ec0b8ae))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Chores
|
|
33
|
+
|
|
34
|
+
* **internal:** codegen related update ([a93c332](https://github.com/conductor-is/quickbooks-desktop-node/commit/a93c332d88480010085fa2af8466c8665da25a5b))
|
|
35
|
+
* **internal:** codegen related update ([65e0bac](https://github.com/conductor-is/quickbooks-desktop-node/commit/65e0bacdb4ea33e7a7e1746a5ef8b8fe4b265dcc))
|
|
36
|
+
* **internal:** grammar fix (it's -> its) ([1e1452d](https://github.com/conductor-is/quickbooks-desktop-node/commit/1e1452ddd35cb4f94e7f2aaffa9bac83f0bc911b))
|
|
37
|
+
* mcp code tool explicit error message when missing a run function ([45fa155](https://github.com/conductor-is/quickbooks-desktop-node/commit/45fa1553ec9a546e94b3f1a68da7479ec7be557e))
|
|
38
|
+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([0786aa6](https://github.com/conductor-is/quickbooks-desktop-node/commit/0786aa6120d2f7d47152b33854e2a01763bc2fa6))
|
|
39
|
+
* **mcp:** add line numbers to code tool errors ([678df34](https://github.com/conductor-is/quickbooks-desktop-node/commit/678df34dbfa86c0d61779d8073383ce8905091d8))
|
|
40
|
+
* **mcp:** clarify http auth error ([cc9ecd1](https://github.com/conductor-is/quickbooks-desktop-node/commit/cc9ecd1e8f7057c0693dbb0fc48da2f9f85ef551))
|
|
41
|
+
* **mcp:** upgrade jq-web ([197bd33](https://github.com/conductor-is/quickbooks-desktop-node/commit/197bd33848c693ea7510cda88c92c4f9300ae2fe))
|
|
42
|
+
* use structured error when code execution tool errors ([baedc1f](https://github.com/conductor-is/quickbooks-desktop-node/commit/baedc1f81e05dc19b30dc1f593c23793ae971cdb))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Documentation
|
|
46
|
+
|
|
47
|
+
* **mcp:** add a README button for one-click add to Cursor ([947ee8e](https://github.com/conductor-is/quickbooks-desktop-node/commit/947ee8edd4133df6cb8563ba3e21085dfee59fff))
|
|
48
|
+
* **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))
|
|
49
|
+
|
|
3
50
|
## 12.39.0 (2025-10-19)
|
|
4
51
|
|
|
5
52
|
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
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '12.
|
|
1
|
+
export const VERSION = '12.41.0'; // x-release-please-version
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "12.
|
|
1
|
+
export declare const VERSION = "12.41.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '12.
|
|
1
|
+
export const VERSION = '12.41.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|