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
11 changes: 11 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"date": "2026-09-05",
"version": "4.202609.0",
"Fixed": [
"hana-cli-mcp binary failed to start because @modelcontextprotocol/sdk was only declared in the nested mcp-server package (stripped from the published tarball); it is now a root dependency (#231)",
"Patched dependency vulnerabilities via npm audit fix plus qs and brace-expansion overrides (#233)"
],
"Changed": [
"Migrated WebdriverIO UI tests off the deprecated devtools automation service to standard WebDriver/BiDi; dropped devtools and @wdio/devtools-service dev dependencies (#234)"
]
},
{
"date": "2026-07-14",
"version": "4.202607.1",
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [4.202609.0] - 2026-09-05

**Fixed**

- hana-cli-mcp binary failed to start because @modelcontextprotocol/sdk was only declared in the nested mcp-server package (stripped from the published tarball); it is now a root dependency (#231)
- Patched dependency vulnerabilities via npm audit fix plus qs and brace-expansion overrides (#233)

**Changed**

- Migrated WebdriverIO UI tests off the deprecated devtools automation service to standard WebDriver/BiDi; dropped devtools and @wdio/devtools-service dev dependencies (#234)

## [4.202607.1] - 2026-07-14

**Fixed**
Expand Down
4 changes: 2 additions & 2 deletions mcp-server/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 mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hana-cli-mcp-server",
"version": "1.202607.1",
"version": "1.202609.0",
"description": "MCP Server for HANA CLI Tool",
"type": "module",
"main": "build/index.js",
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": "hana-cli",
"version": "4.202607.1",
"version": "4.202609.0",
"description": "HANA Developer Command Line Interface",
"main": "index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/SAP-samples/hana-developer-cli-tool-example",
"source": "github"
},
"version": "4.202607.1",
"version": "4.202609.0",
"packages": [
{
"registryType": "npm",
"identifier": "hana-cli",
"version": "4.202607.1",
"version": "4.202609.0",
"runtimeHint": "npx",
"runtimeArguments": [
{
Expand Down