From 25a8513c66a58ba8ff949bc07b72e24e09dada6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:59:15 +0000 Subject: [PATCH] chore: release --- .changeset/server-real-version.md | 5 ----- .changeset/task-workspace-url-hints.md | 5 ----- .changeset/wild-hints-complete.md | 6 ------ packages/openapi-codegen/CHANGELOG.md | 6 ++++++ packages/openapi-codegen/package.json | 2 +- packages/server/CHANGELOG.md | 10 ++++++++++ packages/server/package.json | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 .changeset/server-real-version.md delete mode 100644 .changeset/task-workspace-url-hints.md delete mode 100644 .changeset/wild-hints-complete.md diff --git a/.changeset/server-real-version.md b/.changeset/server-real-version.md deleted file mode 100644 index e2a1111..0000000 --- a/.changeset/server-real-version.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@taskade/mcp-server': patch ---- - -MCP clients now see the real package version (was hardcoded 0.0.3). Releasing also publishes the canonical package README stub (#64) and corrected API-token link (#61) to npm. diff --git a/.changeset/task-workspace-url-hints.md b/.changeset/task-workspace-url-hints.md deleted file mode 100644 index 1496370..0000000 --- a/.changeset/task-workspace-url-hints.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@taskade/mcp-server': patch ---- - -Task and workspace tool results now include canonical Taskade URL hints (task node deep links, space and subspace URLs). diff --git a/.changeset/wild-hints-complete.md b/.changeset/wild-hints-complete.md deleted file mode 100644 index 4da58b3..0000000 --- a/.changeset/wild-hints-complete.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@taskade/mcp-openapi-codegen': patch -'@taskade/mcp-server': patch ---- - -Generated tools now carry the full MCP annotation set: derived idempotentHint and openWorldHint:false alongside readOnly/destructive hints; per-action overrides supported. diff --git a/packages/openapi-codegen/CHANGELOG.md b/packages/openapi-codegen/CHANGELOG.md index c43a9ec..1f8186c 100644 --- a/packages/openapi-codegen/CHANGELOG.md +++ b/packages/openapi-codegen/CHANGELOG.md @@ -1,5 +1,11 @@ # @taskade/mcp-openapi-codegen +## 0.0.6 + +### Patch Changes + +- [#69](https://github.com/taskade/mcp/pull/69) [`0ea4b4a`](https://github.com/taskade/mcp/commit/0ea4b4a41cd60724e25743b3b9fbd0982bed36dc) Thanks [@johnxie](https://github.com/johnxie)! - Generated tools now carry the full MCP annotation set: derived idempotentHint and openWorldHint:false alongside readOnly/destructive hints; per-action overrides supported. + ## 0.0.5 ### Patch Changes diff --git a/packages/openapi-codegen/package.json b/packages/openapi-codegen/package.json index 04b9f0e..20ec667 100644 --- a/packages/openapi-codegen/package.json +++ b/packages/openapi-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@taskade/mcp-openapi-codegen", - "version": "0.0.5", + "version": "0.0.6", "author": "Prev Wong", "license": "MIT", "repository": { diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index f6fb5e5..9c0d6ef 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,15 @@ # @taskade/mcp-server +## 0.1.2 + +### Patch Changes + +- [#68](https://github.com/taskade/mcp/pull/68) [`cd2a4d7`](https://github.com/taskade/mcp/commit/cd2a4d76aba68a426581ab96ee95db5f68b4aee6) Thanks [@johnxie](https://github.com/johnxie)! - MCP clients now see the real package version (was hardcoded 0.0.3). Releasing also publishes the canonical package README stub (#64) and corrected API-token link (#61) to npm. + +- [#66](https://github.com/taskade/mcp/pull/66) [`4294c28`](https://github.com/taskade/mcp/commit/4294c288a771730ae284c6f7a89dd73ab5420969) Thanks [@johnxie](https://github.com/johnxie)! - Task and workspace tool results now include canonical Taskade URL hints (task node deep links, space and subspace URLs). + +- [#69](https://github.com/taskade/mcp/pull/69) [`0ea4b4a`](https://github.com/taskade/mcp/commit/0ea4b4a41cd60724e25743b3b9fbd0982bed36dc) Thanks [@johnxie](https://github.com/johnxie)! - Generated tools now carry the full MCP annotation set: derived idempotentHint and openWorldHint:false alongside readOnly/destructive hints; per-action overrides supported. + ## 0.1.1 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index c38f0e1..e52a897 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@taskade/mcp-server", - "version": "0.1.1", + "version": "0.1.2", "mcpName": "io.github.taskade/mcp-server", "author": "Prev Wong", "license": "MIT",