Releases: Finch-API/finch-api-node
Releases · Finch-API/finch-api-node
v6.37.0
v6.36.0
6.36.0 (2025-08-19)
Full Changelog: v6.35.1...v6.36.0
Features
- mcp: add code execution tool (a7dba4d)
v6.35.1
6.35.1 (2025-08-19)
Full Changelog: v6.35.0...v6.35.1
Chores
- mcp: add cors to oauth metadata route (75a424b)
v6.35.0
6.35.0 (2025-08-18)
Full Changelog: v6.34.0...v6.35.0
Features
- api: api update (6b47451)
- api: api update (0e1db82)
- mcp: parse query string as mcp client options in mcp server (ee1762e)
Bug Fixes
- mcp: fix jq type bug (eedf679)
- mcp: generate additionalProperties=true for map schemas to avoid validation issues (0ed8d86)
Chores
- deps: update dependency node-fetch to v2.6.13 (3cded58)
- internal: formatting change (55cdd5f)
- internal: refactor array check (1ca2890)
- internal: update comment in script (468ca33)
- mcp: bump JQ version (c472eac)
- mcp: document remote server in README.md (01b0197)
- mcp: minor cleanup of types and package.json (176af80)
- mcp: update README (47c2bcc)
- update @stainless-api/prism-cli to v5.15.0 (a05f59c)
v6.34.0
6.34.0 (2025-08-06)
Full Changelog: v6.33.0...v6.34.0
Features
- mcp: add logging when environment variable is set (0d90a8c)
- mcp: add unix socket option for remote MCP (0bd4baf)
- mcp: remote server with passthru auth (fd0274b)
Bug Fixes
- mcp: avoid sending
jq_filterto base API (685a555) - mcp: fix bug in header handling (d43cbe4)
- mcp: fix tool description of jq_filter (f3687ac)
- mcp: reverse validJson capability option and limit scope (8b71749)
Chores
v6.33.0
6.33.0 (2025-07-23)
Full Changelog: v6.32.3...v6.33.0
Features
Bug Fixes
- mcp: include required section for top-level properties and support naming transformations (81932c7)
- mcp: support jq filtering on cloudflare workers (f678d75)
Chores
v6.32.3
v6.32.2
6.32.2 (2025-07-03)
Full Changelog: v6.32.1...v6.32.2
Bug Fixes
- build: bump node version in CI build to 20 to be compatible with MCP package (a42f5a6)
- client: don't send
Content-Typefor bodyless methods (605ebe0)
Chores
- mention unit type in timeout docs (46e6e6f)
v6.32.1
6.32.1 (2025-06-27)
Full Changelog: v6.32.0...v6.32.1
Bug Fixes
- ci: release-doctor — report correct token name (85086a9)
Chores
- ci: only run for pushes and fork pull requests (f679ab4)
v6.32.0
6.32.0 (2025-06-23)
Full Changelog: v6.31.0...v6.32.0
Features
- api: api update (7182d88)
- api: api update (4663014)
- api: api update (c167734)
- api: api update (2978396)
- client: add support for endpoint-specific base URLs (f85edd8)
- mcp: implement support for binary responses (6cc04d6)
- mcp: include http information in tools (d583a5a)
- mcp: set X-Stainless-MCP header (a744e70)
Bug Fixes
- client: fix PayStatementResponse body (5855476)
- client: manual fix (c7cc53b)
- mcp: fix cursor schema transformation issue with recursive references (1bed3f2)
- mcp: include description in dynamic tool search (886e2d8)
- publish script — handle NPM errors correctly (87bd68d)
Chores
- ci: enable for pull requests (81c3d57)
- docs: grammar improvements (3a9ab50)
- docs: use top-level-await in example snippets (adaa4ce)
- improve docs for MCP servers (deff850)
- improve publish-npm script --latest tag logic (a40bcfe)
- internal: make base APIResource abstract (558f47f)
- mcp: provides high-level initMcpServer function and exports known clients (edc7876)
- mcp: remove duplicate assignment (6e38b68)
- tests: skip endpoints with basic auth (483735c)
Documentation
- pagination: improve naming (90d96a3)
Refactors
- types: replace Record with mapped types (f28d3d3)