IBM i MCP Server v0.4.2 #129
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.
-
Overview
--builtin-toolsCLI fix — The--builtin-toolsflag now correctly registers all 7 default text-to-SQL tools instead of only 2validate_queryreports columns from UDTF output as "skipped" instead of silently passing validationBug Fixes
--builtin-toolsCLI flag: Runningnpx @ibm/ibmi-mcp-server --transport http --builtin-toolsonly registeredexecute_sqlandgenerate_sql, skipping the 5 schema discovery tools (list_schemas,list_tables_in_schema,get_table_columns,get_related_objects,validate_query). The root cause was ES module evaluation timing — tool definitions were captured before CLI overrides were applied. Tool registration now defers config evaluation to runtime.UDTF column validation: When using
validate_queryon queries involving User-Defined Table Functions (e.g.,TABLE(SYSTOOLS.AUDIT_JOURNAL_CP(...))), columns from the UDTF result set were silently skipped during validation. Bogus column names would pass without warning. The tool now explicitly reports which columns were skipped and advises users to verify them against the function's result set.All Changes
Full Changelog: v0.4.1...v0.4.2
This discussion was created from the release IBM i MCP Server v0.4.2.
Beta Was this translation helpful? Give feedback.
All reactions