IBM i MCP server v0.4.5 - ibmi describe, multi-system SQL, and security fixes #135
ajshedivy
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've just published v0.4.5 of
@ibm/ibmi-mcp-server. This release brings two new CLI features, configuration improvements, and security fixes accumulated since v0.4.2.Highlights
ibmi describe— DDL at your fingertipsGenerate CREATE statements for any SQL object without leaving the terminal. Pass one or many objects, and get the full DDL back:
Supports all object types: TABLE, VIEW, INDEX, PROCEDURE, FUNCTION, TRIGGER, and more. If one object fails, you still get results for the rest.
Multi-system SQL — query dev and prod in parallel
Run the same query against multiple named systems with a single command:
ibmi sql "SELECT * FROM SAMPLE.EMPLOYEE FETCH FIRST 5 ROWS ONLY" --system dev,prodEach row includes a
SYSTEMcolumn so you can tell results apart. JSON output adds asystemsarray with per-system row counts, timing, and error details. If one system is unreachable, the others still return results.Other improvements since v0.4.2
.ibmi/config.yamlby walking up the directory tree, plus a newibmi config showcommand.env--builtin-toolsfix (v0.4.2): The flag now correctly registers the default text-to-SQL toolsetInstall / Upgrade
Or with npx:
Links
Feedback, questions, and bug reports welcome — open an issue or reply here.
Beta Was this translation helpful? Give feedback.
All reactions