Skip to content

Commit 6bfd4b5

Browse files
release: v0.1.1 (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d635b9c commit 6bfd4b5

5 files changed

Lines changed: 13 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/UI5/webcomponents-mcp-server/compare/v0.1.0...v0.1.1) (2026-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **tools:** prevent path traversal in get_doc and version injection in get_component_api ([#8](https://github.com/UI5/webcomponents-mcp-server/issues/8)) ([a265779](https://github.com/UI5/webcomponents-mcp-server/commit/a2657791df19f3190a4efbd3f3499703b9ee4b2b))
9+
310
## [0.1.0](https://github.com/UI5/webcomponents-mcp-server/compare/v0.0.1...v0.1.0) (2026-03-05)
411

512
MCP server for UI5 Web Components development assistance.

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-mcp-server",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "index.js",
55
"mcpName": "io.github.UI5/webcomponents-mcp-server",
66
"type": "module",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"url": "https://github.com/UI5/webcomponents-mcp-server",
77
"source": "github"
88
},
9-
"version": "0.1.0",
9+
"version": "0.1.1",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"registryBaseUrl": "https://registry.npmjs.org",
1414
"identifier": "@ui5/webcomponents-mcp-server",
15-
"version": "0.1.0",
15+
"version": "0.1.1",
1616
"transport": {
1717
"type": "stdio"
1818
},

0 commit comments

Comments
 (0)