Skip to content

Commit b367f52

Browse files
committed
chore(release): 0.4.2
1 parent 2134d79 commit b367f52

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

server/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.2](https://github.com/IBM/ibmi-mcp-server/compare/v0.4.1...v0.4.2) (2026-03-09)
6+
7+
8+
### Bug Fixes
9+
10+
* **`--builtin-tools` CLI Flag**: Fix `--builtin-tools` flag not registering the default text-to-SQL toolset. ES module evaluation timing caused tool definitions to be captured before CLI overrides were applied; tool registration now defers config evaluation to runtime ([2134d79](https://github.com/IBM/ibmi-mcp-server/commit/2134d79f8be14e2e37637d9f10bb87da2b2e38be))
11+
12+
* **UDTF Column Validation Transparency**: `validate_query` now reports columns from UDTF output (e.g., `TABLE(SYSTOOLS.AUDIT_JOURNAL_CP(...))`) as "skipped" instead of silently passing validation. Skipped columns are surfaced in the response so users can manually verify they match the function's result set ([2134d79](https://github.com/IBM/ibmi-mcp-server/commit/2134d79f8be14e2e37637d9f10bb87da2b2e38be))
13+
514
### [0.4.1](https://github.com/IBM/ibmi-mcp-server/compare/v0.4.0...v0.4.1) (2026-03-06)
615

716

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.4.1",
3+
"version": "0.4.2",
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)