Skip to content

Commit 8a65636

Browse files
committed
chore(release): 0.4.1
1 parent f2bbd12 commit 8a65636

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

server/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.1](https://github.com/IBM/ibmi-mcp-server/compare/v0.4.0...v0.4.1) (2026-03-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **cli:** IBMI_ENABLE_DEFAULT_TOOLS now defaults to false. Users
11+
who relied on the default text-to-SQL toolset must pass --builtin-tools
12+
or set IBMI_ENABLE_DEFAULT_TOOLS=true.
13+
14+
Signed-off-by: Adam Shedivy <ajshedivyaj@gmail.com>
15+
16+
### Features
17+
18+
* **cli:** add --builtin-tools and --execute-sql flags with opt-in defaults ([4437369](https://github.com/IBM/ibmi-mcp-server/commit/443736912b2c905acc43d394915e3f435611252a))
19+
* **env:** update .env.example with new tool configurations and rate limiting settings ([f2bbd12](https://github.com/IBM/ibmi-mcp-server/commit/f2bbd12a5ea283470b3fc86adc9bd3e3aaf025be))
20+
521
## [0.4.0](https://github.com/IBM/ibmi-mcp-server/compare/v0.3.2...v0.4.0) (2026-03-06)
622

723

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