|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 3.4.0 (2025-12-05) |
| 4 | + |
| 5 | +Full Changelog: [v3.3.0...v3.4.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v3.3.0...v3.4.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **api:** api update ([1f894b3](https://github.com/Modern-Treasury/modern-treasury-node/commit/1f894b3b2362e1f35fa7068a390d8a0f01da4715)) |
| 10 | +* **api:** api update ([184c7cd](https://github.com/Modern-Treasury/modern-treasury-node/commit/184c7cdc565975616d748b739273e01ee2466276)) |
| 11 | +* **api:** api update ([7fe6b1c](https://github.com/Modern-Treasury/modern-treasury-node/commit/7fe6b1c15c4e9ae3ce697a3f83e2a3ebfb0f4683)) |
| 12 | +* **api:** manual updates ([c2708fe](https://github.com/Modern-Treasury/modern-treasury-node/commit/c2708fe493fd42e8a8615bac6c7f0f1b6057e838)) |
| 13 | +* **mcp:** add detail field to docs search tool ([5519e11](https://github.com/Modern-Treasury/modern-treasury-node/commit/5519e116a05401f49e4e51cd71b92ec415713e9f)) |
| 14 | +* **mcp:** add typescript check to code execution tool ([491d6fa](https://github.com/Modern-Treasury/modern-treasury-node/commit/491d6fa180f0aedd0c14bf588ed993008de036df)) |
| 15 | +* **mcp:** handle code mode calls in the Stainless API ([72b1e17](https://github.com/Modern-Treasury/modern-treasury-node/commit/72b1e17bd4174e0e0c5de47ed4a91e60d485db17)) |
| 16 | +* **mcp:** return logs on code tool errors ([ca196a5](https://github.com/Modern-Treasury/modern-treasury-node/commit/ca196a5ccca96400e34de77b009761c20d083b59)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **mcp:** correct code tool API endpoint ([54373a0](https://github.com/Modern-Treasury/modern-treasury-node/commit/54373a0b53e215026fcf7d104a553f90f7295942)) |
| 22 | +* **mcp:** return correct lines on typescript errors ([1ba48f0](https://github.com/Modern-Treasury/modern-treasury-node/commit/1ba48f0e0389d277bf83e855a8cb0ceb158d00c4)) |
| 23 | +* **mcp:** return tool execution error on api error ([34ce4f0](https://github.com/Modern-Treasury/modern-treasury-node/commit/34ce4f00bdc809c9673d7c1180c95e62bb9e4779)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([cdd503a](https://github.com/Modern-Treasury/modern-treasury-node/commit/cdd503a3ac25f893229dc68f48100252a27ba31f)) |
| 25 | + |
| 26 | + |
| 27 | +### Chores |
| 28 | + |
| 29 | +* **client:** fix logger property type ([a8cabba](https://github.com/Modern-Treasury/modern-treasury-node/commit/a8cabbaae2848756c47e3b411bf0f252ce402415)) |
| 30 | +* **internal:** codegen related update ([35caa89](https://github.com/Modern-Treasury/modern-treasury-node/commit/35caa8910f85d20384695c41d7e0d8a4bc701f53)) |
| 31 | +* **internal:** codegen related update ([dd8b1db](https://github.com/Modern-Treasury/modern-treasury-node/commit/dd8b1dbba481c683daabe9ba142c1ad718e3843a)) |
| 32 | +* **internal:** codegen related update ([a81ba50](https://github.com/Modern-Treasury/modern-treasury-node/commit/a81ba5083c6055f405fece571f02983bf8928a6e)) |
| 33 | +* **internal:** codegen related update ([0dec104](https://github.com/Modern-Treasury/modern-treasury-node/commit/0dec1045ad37f543b010b1c664bf9a720964fd88)) |
| 34 | +* **internal:** upgrade eslint ([2844c22](https://github.com/Modern-Treasury/modern-treasury-node/commit/2844c22f2c12aff8a6134e6648c2a138e547e49e)) |
| 35 | +* **mcp:** clarify http auth error ([4ca24af](https://github.com/Modern-Treasury/modern-treasury-node/commit/4ca24af9b0fce578f51fbf792b0e2f5b65c618dc)) |
| 36 | +* **mcp:** upgrade jq-web ([f5111cd](https://github.com/Modern-Treasury/modern-treasury-node/commit/f5111cd4e797cb0a5652d8dbae85a8352fdf8c58)) |
| 37 | +* use latest @modelcontextprotocol/sdk ([73f2a3c](https://github.com/Modern-Treasury/modern-treasury-node/commit/73f2a3cf0ef91d088d51a5a2c5b6db203bfbe1e9)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([eeb0d93](https://github.com/Modern-Treasury/modern-treasury-node/commit/eeb0d936f9bad1bfa00cd6ac60f430a75d5f00a1)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([9dfcc45](https://github.com/Modern-Treasury/modern-treasury-node/commit/9dfcc45720a28e04cf1520f10cb8eda64e293f1f)) |
| 44 | + |
3 | 45 | ## 3.3.0 (2025-11-05) |
4 | 46 |
|
5 | 47 | Full Changelog: [v3.2.1...v3.3.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v3.2.1...v3.3.0) |
|
0 commit comments