Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/server-real-version.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/task-workspace-url-hints.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-hints-complete.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/openapi-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taskade/mcp-openapi-codegen",
"version": "0.0.5",
"version": "0.0.6",
"author": "Prev Wong",
"license": "MIT",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down