Skip to content
Closed
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
10 changes: 0 additions & 10 deletions .changeset/surface-api-errors.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- [#58](https://github.com/taskade/mcp/pull/58) [`34e978d`](https://github.com/taskade/mcp/commit/34e978d198da792a7bee98ab53938f16662ed0c4) Thanks [@johnxie](https://github.com/johnxie)! - Surface API errors instead of returning them as successful tool results. The runtime now
checks `response.ok`: a non-2xx response (401/403/422/5xx) or a network failure comes back
as an `isError` tool result carrying the status and body, rather than the error payload
being handed to the model as if the call had succeeded. Applies to all generated tools
(v1 + v2); the 2xx path and the `normalizeResponse` handlers are unchanged.

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.1

### Patch Changes

- [#58](https://github.com/taskade/mcp/pull/58) [`34e978d`](https://github.com/taskade/mcp/commit/34e978d198da792a7bee98ab53938f16662ed0c4) Thanks [@johnxie](https://github.com/johnxie)! - Surface API errors instead of returning them as successful tool results. The runtime now
checks `response.ok`: a non-2xx response (401/403/422/5xx) or a network failure comes back
as an `isError` tool result carrying the status and body, rather than the error payload
being handed to the model as if the call had succeeded. Applies to all generated tools
(v1 + v2); the 2xx path and the `normalizeResponse` handlers are unchanged.

## 0.1.0

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