Skip to content

Commit 462c41f

Browse files
author
github-actions
committed
chore: apply latest changesets
1 parent cf59d8e commit 462c41f

5 files changed

Lines changed: 18 additions & 10 deletions

File tree

.changeset/shaggy-pots-kneel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fiori-mcp-server",
3-
"version": "0.6.49",
3+
"version": "0.6.52",
44
"description": "MCP server for SAP Fiori development tools for Claude Code. Build and modify SAP Fiori applications with AI assistance.",
55
"author": {
66
"name": "SAP SE",
@@ -9,5 +9,12 @@
99
"homepage": "https://github.com/SAP/open-ux-tools/tree/main/packages/fiori-mcp-server",
1010
"repository": "https://github.com/SAP/open-ux-tools",
1111
"license": "Apache-2.0",
12-
"keywords": ["sap", "fiori", "ui5", "cap", "mcp", "fiori-elements"]
12+
"keywords": [
13+
"sap",
14+
"fiori",
15+
"ui5",
16+
"cap",
17+
"mcp",
18+
"fiori-elements"
19+
]
1320
}

packages/fiori-mcp-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sap-ux/fiori-mcp-server
22

3+
## 0.6.52
4+
5+
### Patch Changes
6+
7+
- cf59d8e: feat: add Claude Code plugin support
8+
39
## 0.6.51
410

511
### Patch Changes

packages/fiori-mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sap-ux/fiori-mcp-server",
33
"description": "SAP Fiori - Model Context Protocol (MCP) server",
4-
"version": "0.6.51",
4+
"version": "0.6.52",
55
"mcpName": "io.github.SAP/fiori-mcp-server",
66
"keywords": [
77
"SAP Fiori tools",

packages/fiori-mcp-server/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"source": "github",
88
"subfolder": "packages/fiori-mcp-server"
99
},
10-
"version": "0.6.51",
10+
"version": "0.6.52",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "@sap-ux/fiori-mcp-server",
16-
"version": "0.6.51",
16+
"version": "0.6.52",
1717
"transport": {
1818
"type": "stdio"
1919
},

0 commit comments

Comments
 (0)