Skip to content

build(deps): bump agent toolkit to 0.14.0 - #69

Merged
matoous merged 1 commit into
mainfrom
agent/bump-agent-toolkit-0.14.0
Aug 15, 2026
Merged

build(deps): bump agent toolkit to 0.14.0#69
matoous merged 1 commit into
mainfrom
agent/bump-agent-toolkit-0.14.0

Conversation

@matoous

@matoous matoous commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

What changed

  • bump @sumup/agent-toolkit from ^0.11.0 to ^0.14.0
  • regenerate the npm lockfile for the newly released dependency tree
  • apply the available non-breaking transitive security updates

Why

The hosted MCP Worker remained on Agent Toolkit 0.11 because pre-1.0 caret ranges do not cross minor versions. Dependabot PR #63 only upgrades to 0.12.0; this PR brings the Worker directly to the current 0.14.0 release and supersedes it.

Agent Toolkit 0.14 reduces the MCP catalog payload by omitting output schemas by default; it does not filter registered tools. A runtime comparison shows 36 tools in 0.11.0 and 37 in 0.14.0, with no removals and get_reader_status added. The readOnly, includeTools, and excludeTools filters remain opt-in, and the Worker does not enable them.

The upgrade is source-compatible with the existing Worker integration; no application code changes were required. Refreshing the transitive dependency tree also reduces npm audit --omit=dev from 13 findings to zero.

Validation

  • compared the registered MCP tool catalogs for Agent Toolkit 0.11.0 and 0.14.0
  • npm ci
  • npm run lint
  • npm run test — 11 tests passed
  • npm run build
  • npm audit --omit=dev — 0 vulnerabilities

The hosted MCP Worker remained pinned to ^0.11.0, so it could not receive the newly released toolkit behavior and fixes because pre-1.0 caret ranges do not cross minor versions.\n\nUpdate the dependency to ^0.14.0, refresh the lockfile, and apply the available non-breaking transitive security updates. The existing integration remains source-compatible, passes the full validation suite, and now has a clean npm audit.
@matoous matoous self-assigned this Aug 15, 2026
@matoous
matoous marked this pull request as ready for review August 15, 2026 10:03
@matoous
matoous merged commit 9ad16cc into main Aug 15, 2026
4 checks passed
@matoous
matoous deleted the agent/bump-agent-toolkit-0.14.0 branch August 15, 2026 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant