Skip to content

Commit f4bfe45

Browse files
committed
chore(release): 0.4.0
1 parent 070bcb7 commit f4bfe45

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

server/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.4.0](https://github.com/IBM/ibmi-mcp-server/compare/v0.3.2...v0.4.0) (2026-03-06)
6+
7+
8+
### Features
9+
10+
* **IBM i CLI**: New command-line interface for querying and managing IBM i systems directly from the terminal. Includes multi-system configuration, YAML tool execution, and an interactive agent mode for natural language workflows ([#126](https://github.com/IBM/ibmi-mcp-server/issues/126))
11+
* **Default Text-to-SQL Toolset**: Ship a built-in toolset with paginated result support, enabling AI agents to query IBM i databases out of the box without custom YAML configuration ([#120](https://github.com/IBM/ibmi-mcp-server/issues/120))
12+
13+
14+
### Bug Fixes
15+
16+
* **Security Dependency Updates**: Patch `hono` (4.11.4 → 4.12.5) and `@hono/node-server` (1.19.7 → 1.19.11) to fix arbitrary file access via serveStatic, authorization bypass via encoded slashes, SSE injection, and cookie attribute injection vulnerabilities ([#341](https://github.com/IBM/ibmi-mcp-server/issues/341), [#342](https://github.com/IBM/ibmi-mcp-server/issues/342), [#343](https://github.com/IBM/ibmi-mcp-server/issues/343), [#344](https://github.com/IBM/ibmi-mcp-server/issues/344))
17+
18+
19+
### Documentation
20+
21+
* **CLI Reference Guide**: Add comprehensive CLI documentation with 7 pages covering getting started, commands, configuration, YAML tools, output formats, and agent integration ([#127](https://github.com/IBM/ibmi-mcp-server/issues/127))
22+
523
### [0.3.2](https://github.com/IBM/ibmi-mcp-server/compare/v0.3.1...v0.3.2) (2026-03-04)
624

725

server/package-lock.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.

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ibm/ibmi-mcp-server",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "A production-grade MCP server for IBM i",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)