Skip to content

Commit ee6f637

Browse files
chore: release (#72)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0ea4b4a commit ee6f637

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

.changeset/server-real-version.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/task-workspace-url-hints.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wild-hints-complete.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/openapi-codegen/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @taskade/mcp-openapi-codegen
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 0.0.5
410

511
### Patch Changes

packages/openapi-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taskade/mcp-openapi-codegen",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"author": "Prev Wong",
55
"license": "MIT",
66
"repository": {

packages/server/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @taskade/mcp-server
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- [#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).
10+
11+
- [#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.
12+
313
## 0.1.1
414

515
### Patch Changes

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taskade/mcp-server",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"mcpName": "io.github.taskade/mcp-server",
55
"author": "Prev Wong",
66
"license": "MIT",

0 commit comments

Comments
 (0)