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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"mcp": "0.4.0",
"typescript": "0.5.0"
"mcp": "0.5.0",
"typescript": "0.5.1"
}
22 changes: 22 additions & 0 deletions mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.5.0](https://github.com/sumup/sumup-ai/compare/mcp-v0.4.0...mcp-v0.5.0) (2025-11-24)


### Features

* init ([4cfe434](https://github.com/sumup/sumup-ai/commit/4cfe434a67afbb935552276dfdf239cd74aaa261))
* **mcp:** docker ([#22](https://github.com/sumup/sumup-ai/issues/22)) ([995936a](https://github.com/sumup/sumup-ai/commit/995936ab9c34413336aa28d1a6319a2efaf53c8a))
* **mcp:** versioning/publishing pipeline ([5e83e70](https://github.com/sumup/sumup-ai/commit/5e83e708aeaadc26faf67e6abcdc3236dbe273dc))
* **readme:** badges ([#110](https://github.com/sumup/sumup-ai/issues/110)) ([1c490fb](https://github.com/sumup/sumup-ai/commit/1c490fb7aa37411f25d6abf117da197b87d6c884))
* rename to sumup-ai ([ebc2e10](https://github.com/sumup/sumup-ai/commit/ebc2e10794c0adc580eeb67ca373c540ca19fa43))
* setup mcp publishing ([#253](https://github.com/sumup/sumup-ai/issues/253)) ([67df63d](https://github.com/sumup/sumup-ai/commit/67df63db00b7efa5b220b43caad833ea2826c511))
* switch to release please ([#254](https://github.com/sumup/sumup-ai/issues/254)) ([8e4150f](https://github.com/sumup/sumup-ai/commit/8e4150f7e6398ab71ce7ee8af0f4e52184dc15c1))


### Bug Fixes

* changeset setup ([#21](https://github.com/sumup/sumup-ai/issues/21)) ([50c0e9c](https://github.com/sumup/sumup-ai/commit/50c0e9c7cdd19ebcc6516c97438b9317c563120b))
* changeset setup for typescript sdk ([#14](https://github.com/sumup/sumup-ai/issues/14)) ([290253e](https://github.com/sumup/sumup-ai/commit/290253e985bee2de99e9b034923c335f45f9d261))
* **mcp:** package.json config ([#17](https://github.com/sumup/sumup-ai/issues/17)) ([09df4fd](https://github.com/sumup/sumup-ai/commit/09df4fddacc0ed95db616cd73976fcb80572b4f7))
* **mcp:** publishing ([5e24da2](https://github.com/sumup/sumup-ai/commit/5e24da29081863ceb8c16a222e9a1a90ae4f8431))
* **mcp:** publishing and versioning ([55abf5e](https://github.com/sumup/sumup-ai/commit/55abf5e1777841ab15ac08f168e1b229577763a5))

## [0.4.0](https://github.com/sumup/sumup-ai/compare/mcp-v0.3.0...mcp-v0.4.0) (2025-11-23)


Expand Down
23 changes: 16 additions & 7 deletions mcp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/mcp",
"version": "0.4.0",
"version": "0.5.0",
"description": "MCP server for interacting with SumUp",
"homepage": "https://github.com/sumup/sumup-ai",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"@sumup/agent-toolkit": "^0.5.0"
"@sumup/agent-toolkit": "^0.3.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.7",
Expand Down
7 changes: 7 additions & 0 deletions typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sumup/agent-toolkit

## [0.5.1](https://github.com/sumup/sumup-ai/compare/typescript-v0.5.0...typescript-v0.5.1) (2025-11-24)


### Bug Fixes

* **sdk:** examples ([53a5c2d](https://github.com/sumup/sumup-ai/commit/53a5c2dccb3bd465e68a197c390a530c291ef558))

## [0.5.0](https://github.com/sumup/sumup-ai/compare/typescript-v0.4.1...typescript-v0.5.0) (2025-11-23)


Expand Down
2 changes: 1 addition & 1 deletion typescript/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/agent-toolkit",
"version": "0.5.0",
"version": "0.5.1",
"license": "Apache-2.0",
"exports": {
"./langchain": "./src/langchain/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/agent-toolkit",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "https://github.com/sumup/sumup-ai",
"license": "Apache-2.0",
"author": "SumUp <support@sumup.com> (https://sumup.com/)",
Expand Down
2 changes: 1 addition & 1 deletion typescript/src/common/const.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.5.0"; // x-release-please-version
export const VERSION = "0.5.1"; // x-release-please-version