Skip to content

Commit 6a2c11a

Browse files
chore: release main (#178)
* chore: release main * chore: update package-lock.json * revert lock file changes * update versions * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Twisha Bansal <twishabansal07@gmail.com> Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com>
1 parent 435b5a3 commit 6a2c11a

7 files changed

Lines changed: 39 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/toolbox-core":"0.1.5","packages/toolbox-adk":"0.1.5"}
1+
{"packages/toolbox-core":"0.2.0","packages/toolbox-adk":"0.2.0"}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/toolbox-adk/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/googleapis/mcp-toolbox-sdk-js/compare/adk-v0.1.5...adk-v0.2.0) (2026-01-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add MCP support ([#196](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/196))
9+
10+
### Features
11+
12+
* add MCP support ([#196](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/196)) ([35e7fef](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/35e7fef4c389c14adb117e60ea7541ed475646d9))
13+
* **mcp:** add MCP v20251125 ([#206](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/206)) ([ef630da](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/ef630da8d07dd260f24ea57a14b4c18e3b65b2d3))
14+
15+
316
## 0.1.5 (2025-12-03)
417

518

@@ -11,4 +24,3 @@
1124
### Documentation
1225

1326
* **toolbox-adk:** add readme and developer files ([#128](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/128)) ([32683b1](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/32683b17806fd58f676cbf02aefc965caa418a57))
14-

packages/toolbox-adk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolbox-sdk/adk",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"type": "module",
55
"description": "JavaScript ADK SDK for interacting with the Toolbox service",
66
"license": "Apache-2.0",
@@ -54,7 +54,7 @@
5454
"@google/adk": "^0.2.0",
5555
"@google/genai": "^1.14.0",
5656
"@modelcontextprotocol/sdk": "1.25.3",
57-
"@toolbox-sdk/core": "^0.1.2",
57+
"@toolbox-sdk/core": "^0.2.0",
5858
"axios": "^1.12.2",
5959
"openapi-types": "^12.1.3",
6060
"zod": "^3.24.4"

packages/toolbox-core/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/googleapis/mcp-toolbox-sdk-js/compare/core-v0.1.5...core-v0.2.0) (2026-01-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add MCP support ([#196](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/196))
9+
10+
### Features
11+
12+
* add MCP support ([#196](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/196)) ([35e7fef](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/35e7fef4c389c14adb117e60ea7541ed475646d9))
13+
* **mcp:** add MCP v20251125 ([#206](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/206)) ([ef630da](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/ef630da8d07dd260f24ea57a14b4c18e3b65b2d3))
14+
15+
16+
### Bug Fixes
17+
18+
* **mcp:** merge multiple JSON objects in MCP tool output ([#205](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/205)) ([34cdd43](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/34cdd4348310ca2b93a194f9395592579fda6b2f))
19+
20+
321
## [0.1.5](https://github.com/googleapis/mcp-toolbox-sdk-js/compare/core-v0.1.2...core-v0.1.5) (2025-12-03)
422

523
### Miscellaneous Chores

packages/toolbox-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolbox-sdk/core",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"type": "module",
55
"description": "JavaScript Base SDK for interacting with the Toolbox service",
66
"license": "Apache-2.0",

packages/toolbox-core/src/toolbox_core/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
export const VERSION = '0.1.5'; // x-release-please-version
15+
export const VERSION = '0.2.0'; // x-release-please-version

0 commit comments

Comments
 (0)