From 513ca5da15bfb321c98b9a8bd0346c78e605fa83 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Fri, 13 Jun 2025 13:29:10 +0530 Subject: [PATCH] Revert "chore: release main (#47)" This reverts commit 63749412e26568355a6b1476e70696bc510f4fc6. --- .release-please-manifest.json | 2 +- packages/toolbox-core/CHANGELOG.md | 26 -------------------------- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f0f25c4..9e26dfe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/toolbox-core":"0.1.0"} \ No newline at end of file +{} \ No newline at end of file diff --git a/packages/toolbox-core/CHANGELOG.md b/packages/toolbox-core/CHANGELOG.md index e4e341b..e69de29 100644 --- a/packages/toolbox-core/CHANGELOG.md +++ b/packages/toolbox-core/CHANGELOG.md @@ -1,26 +0,0 @@ -# Changelog - -## 0.1.0 (2025-06-12) - - -### Features - -* **toolbox-core:** Add load toolset method ([#17](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/17)) ([2449b18](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/2449b186778090bf0e3a352a08f961de584208bc)) -* **toolbox-core:** Add basic tool and client with loadTool() ([#12](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/12)) ([cc6072b](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/cc6072bf7f5e4d8a74c87b7e3900ec6f6e3179db)) -* **toolbox-core:** Add toolbox protocol ([#7](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/7)) ([35822b2](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/35822b22ea423e7c1a514f1ab8240b320bf0f14f)) -* **toolbox-core:** Add auth token getters ([#38](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/38)) ([6611291](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/661129160801f7f89de4fe7920017b4b23524ab7)) -* **toolbox-core:** Add bound params ([#25](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/25)) ([5238fca](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/5238fca1321a13aaf20b1958fbf4422d6d563968)) -* **toolbox-core:** Add client headers ([#23](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/23)) ([edb347c](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/edb347c7256dbd4434ad4e8b52ba71c53351b80a)) -* **toolbox-core:** Add helper methods for retrieving Google ID Tokens ([#41](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/41)) ([794f40a](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/794f40a98e59d902b2593e2f26182aaf72c88923)) - - -### Bug Fixes - -* **toolbox-core:** Import @toolbox/core into other packages ([#31](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/31)) ([26839ee](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/26839ee5653eb35140b467116d32ed9a59ff2211)) -* **toolbox-core:** Fix config to build in the right place ([#27](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/27)) ([1867a97](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/1867a975dbf9c9561511e4c854da047810fe0b51)) - - -### Documentation - -* **toolbox-core:** Add a developer.md file ([#19](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/19)) ([c8cc15f](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/c8cc15f20bcfe1962c5301c9952deaa385ecab16)) -* **toolbox-core:** Add README ([#35](https://github.com/googleapis/mcp-toolbox-sdk-js/issues/35)) ([68105c1](https://github.com/googleapis/mcp-toolbox-sdk-js/commit/68105c1e98298efc6290e4a1ae6d9a792850150a))