Skip to content

Releases: Finch-API/finch-api-node

v6.37.0

21 Aug 15:31
27054e6

Choose a tag to compare

6.37.0 (2025-08-21)

Full Changelog: v6.36.0...v6.37.0

Features

  • api: api update (fc318d6)
  • mcp: add option to infer mcp client (3581de0)

Chores

  • internal: make mcp-server publishing public by defaut (5f917cb)
  • mcp: update package.json (976bd47)
  • mcp: update types (3aeae4c)

v6.36.0

19 Aug 21:58
f11a781

Choose a tag to compare

6.36.0 (2025-08-19)

Full Changelog: v6.35.1...v6.36.0

Features

  • mcp: add code execution tool (a7dba4d)

v6.35.1

19 Aug 21:38
85effbc

Choose a tag to compare

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

18 Aug 19:51
f7937d4

Choose a tag to compare

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

07 Aug 14:01
7f78e70

Choose a tag to compare

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_filter to 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

  • internal: codegen related update (f9e09f1)
  • internal: move publish config (d79a421)
  • internal: remove redundant imports config (9abbf0b)
  • mcp: refactor streamable http transport (2e519b6)

v6.33.0

25 Jul 16:10
9e85c0d

Choose a tag to compare

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

  • internal: codegen related update (3687e69)
  • mcp: formatting (040c60f)
  • mcp: rework imports in tools (58349e8)

v6.32.3

14 Jul 18:03
e1c1c88

Choose a tag to compare

6.32.3 (2025-07-10)

Full Changelog: v6.32.2...v6.32.3

Chores

  • internal: codegen related update (f8bf46e)
  • make some internal functions async (1656660)

v6.32.2

08 Jul 15:26
df34d1a

Choose a tag to compare

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-Type for bodyless methods (605ebe0)

Chores

  • mention unit type in timeout docs (46e6e6f)

v6.32.1

30 Jun 15:14
69dfeb3

Choose a tag to compare

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

24 Jun 18:03
090db2c

Choose a tag to compare

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)