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
9 changes: 0 additions & 9 deletions .changeset/tool-annotations.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/openapi-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @taskade/mcp-openapi-codegen

## 0.0.3

### Patch Changes

- [#44](https://github.com/taskade/mcp/pull/44) [`ff6a9da`](https://github.com/taskade/mcp/commit/ff6a9da911f0879557c74ee594e9f1d9a1d94067) Thanks [@johnxie](https://github.com/johnxie)! - Add MCP tool annotations to every generated tool: a human-friendly `title`
(from the humanized action map) plus `readOnlyHint`/`destructiveHint` derived
from each operation's HTTP method (GET/HEAD → read-only, DELETE → destructive).
Improves client UX/safety display and is a prerequisite for connector directories.

## 0.0.2

### 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.2",
"version": "0.0.3",
"author": "Prev Wong",
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @taskade/mcp-server

## 0.0.4

### Patch Changes

- [#44](https://github.com/taskade/mcp/pull/44) [`ff6a9da`](https://github.com/taskade/mcp/commit/ff6a9da911f0879557c74ee594e9f1d9a1d94067) Thanks [@johnxie](https://github.com/johnxie)! - Add MCP tool annotations to every generated tool: a human-friendly `title`
(from the humanized action map) plus `readOnlyHint`/`destructiveHint` derived
from each operation's HTTP method (GET/HEAD → read-only, DELETE → destructive).
Improves client UX/safety display and is a prerequisite for connector directories.

## 0.0.3

### 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.0.3",
"version": "0.0.4",
"mcpName": "io.github.taskade/mcp-server",
"author": "Prev Wong",
"license": "MIT",
Expand Down