Skip to content

Releases: coingecko/coingecko-typescript

v2.5.0

18 Dec 12:19

Choose a tag to compare

2.5.0 (2025-12-18)

Full Changelog: v2.4.0...v2.5.0

Features

v2.4.0

18 Dec 08:53

Choose a tag to compare

2.4.0 (2025-12-18)

Full Changelog: v2.3.0...v2.4.0

Features

  • mcp: add typescript check to code execution tool (329555d)
  • mcp: handle code mode calls in the Stainless API (9f8bda4)
  • mcp: return logs on code tool errors (e5e49e3)

Bug Fixes

  • mcp: add client instantiation options to code tool (db4755e)
  • mcp: correct code tool API endpoint (b70e1fd)
  • mcp: pass base url to code tool (5cb8c99)
  • mcp: return correct lines on typescript errors (da27574)
  • mcp: return tool execution error on api error (38ab9c1)

Chores

  • client: fix logger property type (1c4beb7)
  • internal: codegen related update (11fef84)
  • internal: codegen related update (56aec1c)
  • internal: upgrade eslint (5b5aa20)
  • mcp: update lockfile (d887158)
  • use latest @modelcontextprotocol/sdk (528d877)

v2.3.0

26 Nov 15:51

Choose a tag to compare

2.3.0 (2025-11-26)

Full Changelog: v2.2.0...v2.3.0

Features

  • mcp: add detail field to docs search tool (33f632a)
  • mcp: enable optional code execution tool on http mcp servers (bc5fd75)

Bug Fixes

  • mcpb: pin @anthropic-ai/mcpb version (c59c43b)
  • mcp: return tool execution error on jq failure (6f02caf)

Chores

  • extract some types in mcp docs (074c871)
  • internal: codegen related update (ddd54ba)
  • internal: codegen related update (12f6d45)
  • internal: grammar fix (it's -> its) (625e0b5)
  • internal: use npm pack for build uploads (ad7186d)
  • mcp code tool explicit error message when missing a run function (033128d)
  • mcp: add friendlier MCP code tool errors on incorrect method invocations (32e66a5)
  • mcp: add line numbers to code tool errors (73d6e38)
  • mcp: clarify http auth error (d97ddd0)
  • mcp: upgrade jq-web (51a0690)
  • use structured error when code execution tool errors (1430487)

Documentation

  • mcp: add a README button for one-click add to Cursor (140719e)
  • mcp: add a README link to add server to VS Code or Claude Code (5f5f077)

v2.2.0

06 Oct 05:24

Choose a tag to compare

2.2.0 (2025-10-06)

Full Changelog: v2.1.0...v2.2.0

Features

v2.1.0

05 Oct 18:57

Choose a tag to compare

2.1.0 (2025-10-04)

Full Changelog: v2.0.0...v2.1.0

Features

  • mcp: add option for including docs tools (4b06334)

Bug Fixes

  • mcp: fix cli argument parsing logic (14aa303)
  • mcp: resolve a linting issue in server code (d4ce5a7)

Performance Improvements

Chores

  • internal: codegen related update (04c9350)
  • internal: fix incremental formatting in some cases (25390ea)
  • internal: ignore .eslintcache (b00e5f2)
  • internal: remove .eslintcache (cea5876)
  • internal: remove deprecated compilerOptions.baseUrl from tsconfig.json (95a0279)
  • jsdoc: fix @link annotations to refer only to parts of the package‘s public interface (33713b2)
  • mcp: allow pointing docs_search tool at other URLs (bc2214d)
  • update lockfile (0b03271)

v2.0.0

23 Sep 04:53

Choose a tag to compare

2.0.0 (2025-09-23)

Full Changelog: v1.15.0...v2.0.0

⚠ BREAKING CHANGES

  • Re-prioritize MCP tooling

Features

  • mcp: enable experimental docs search tool (946c99c)
  • Re-prioritize MCP tooling (6ea7ceb)
  • Surface more tools for MCP (fe6fed0)

v1.15.0

22 Sep 16:08
6d50586

Choose a tag to compare

1.15.0 (2025-09-22)

Full Changelog: v1.14.0...v1.15.0

Features

Bug Fixes

  • Merge public_treasury config (d1b7774)
  • Stainless config to match the latest endpoints (4ca5e2e)

v1.14.0

22 Sep 08:31
065ee29

Choose a tag to compare

1.14.0 (2025-09-20)

Full Changelog: v1.13.0...v1.14.0

Features

  • mcp: add docs search tool (00b47d5)

Bug Fixes

  • ci: set permissions for DXT publish action (138fd3c)
  • coerce nullable values to undefined (e3682ab)
  • mcp: fix query options parsing (580fa9a)
  • mcp: fix uploading dxt release assets (a0c3294)

Chores

  • ci build action (66c6013)
  • codegen: internal codegen update (077ab08)
  • do not install brew dependencies in ./scripts/bootstrap by default (8222497)
  • internal: codegen related update (86b89f4)
  • internal: gitignore .mcpb files (7bacb41)
  • mcp: rename dxt to mcpb (2d423f3)
  • mcp: upload dxt as release asset (14ac389)

v1.13.0

04 Sep 01:37

Choose a tag to compare

1.13.0 (2025-09-03)

Full Changelog: v1.12.0...v1.13.0

Features

  • mcp: allow setting logging level (44e711d)
  • mcp: expose client options in streamableHTTPApp (6772de1)

Chores

  • internal: codegen related update (3171b83)

v1.12.0

01 Sep 08:37

Choose a tag to compare

1.12.0 (2025-08-29)

Full Changelog: v1.11.3...v1.12.0

Features

  • mcp: add code execution tool (fd832aa)
  • mcp: add option to infer mcp client (cc16c77)
  • mcp: parse query string as mcp client options in mcp server (b0581d0)

Chores

  • add package to package.json (a8506f8)
  • client: qualify global Blob (1d928c3)
  • internal: codegen related update (c35261c)
  • internal: codegen related update (e3e7482)
  • internal: make mcp-server publishing public by defaut (b331749)
  • internal: refactor array check (4e2e7e2)
  • internal: update global Error reference (e53ff08)
  • mcp: add cors to oauth metadata route (0c92a85)
  • mcp: update package.json (b157db7)
  • mcp: update types (7247a4c)
  • update CI script (19977b1)