Skip to content

Commit f3fb17f

Browse files
authored
Merge pull request #84 from coingecko/release-please--branches--main--components--coingecko-typescript
release: 7.0.0
2 parents 3cb7080 + 03b5f1a commit f3fb17f

6 files changed

Lines changed: 16 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.2"
2+
".": "7.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [7.0.0](https://github.com/coingecko/coingecko-typescript/compare/v6.0.2...v7.0.0) (2026-07-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* in @coingecko/coingecko-mcp, the codeExecutionMode value 'stainless-sandbox' (previously the default) and docsSearchMode 'stainless-api' are removed, and the CODE_MODE_ENDPOINT_URL environment variable is no longer read. Remote execution now uses codeExecutionMode 'remote-sandbox' with the new sandboxEndpoint and sandboxFetcher options; the default execution mode is now 'local'. These changes first shipped in 6.0.2, which was mislabeled as a patch — this release corrects the version number. @coingecko/coingecko-typescript (the SDK) has no breaking changes and shares this major version only through lockstep versioning.
9+
10+
### Features
11+
12+
* replace Stainless-hosted code execution with self-hosted remote sandbox ([3cb7080](https://github.com/coingecko/coingecko-typescript/commit/3cb7080f5a1c1ecec4289dcb972eba5c5e32f758))
13+
314
## [6.0.2](https://github.com/coingecko/coingecko-typescript/compare/v6.0.1...v6.0.2) (2026-07-13)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coingecko/coingecko-typescript",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "The official TypeScript library for the Coingecko API",
55
"author": "Coingecko <support@coingecko.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "@coingecko/coingecko-mcp",
4-
"version": "6.0.2",
4+
"version": "7.0.0",
55
"description": "The official MCP Server for the Coingecko API",
66
"author": {
77
"name": "Coingecko",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coingecko/coingecko-mcp",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "The official MCP Server for the Coingecko API",
55
"author": "Coingecko <support@coingecko.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '6.0.2'; // x-release-please-version
1+
export const VERSION = '7.0.0'; // x-release-please-version

0 commit comments

Comments
 (0)