Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.3"
".": "0.1.4"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.4](https://github.com/UI5/mcp-server/compare/v0.1.3...v0.1.4) (2025-10-28)


### Features

* Add tool for creating Integration Cards ([#84](https://github.com/UI5/mcp-server/issues/84)) ([a456ef2](https://github.com/UI5/mcp-server/commit/a456ef235bc10d86814798e4acf2c1db3c9ebbdc))
* Add UI Integration Cards guidelines tool ([#69](https://github.com/UI5/mcp-server/issues/69)) ([731dbdd](https://github.com/UI5/mcp-server/commit/731dbdd9950977b5f52bc3d4acf569f452141335))


### Dependencies

* Bump @modelcontextprotocol/sdk from 1.20.0 to 1.20.1 ([58eeb24](https://github.com/UI5/mcp-server/commit/58eeb247824adc18376c465f89ac5f1d3032b29a))
* Bump @modelcontextprotocol/sdk from 1.20.1 to 1.20.2 ([4359a2a](https://github.com/UI5/mcp-server/commit/4359a2a979631e59132c1b7c20ea8593ea2b4126))
* Bump @ui5/project from 4.0.6 to 4.0.7 ([f636716](https://github.com/UI5/mcp-server/commit/f63671617f81b1d4e41acc57e21c6c4da89a21f6))
* Bump @ui5/project from 4.0.7 to 4.0.8 ([4748204](https://github.com/UI5/mcp-server/commit/4748204e1d3524b634965062ef77b5d5f7665e31))

## [0.1.3](https://github.com/UI5/mcp-server/compare/v0.1.2...v0.1.3) (2025-10-16)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/mcp-server",
"version": "0.1.3",
"version": "0.1.4",
"description": "A MCP server for UI5",
"author": {
"name": "SAP SE",
Expand Down