Skip to content

MCP CLI-Ent 1.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 21:23
· 10 commits to main since this release

[1.2.0] - 2026-06-07

Added

  • Agent-Optimized Output: Tool lists now display full executable command invocations (mcp-cli-ent call-tool ...), making it easier for AI agents to call MCP servers in a single copy-paste action.
  • JSON Schema Parameter Validation: Build example arguments using correct JSON types (such as 0 for numbers, true for booleans, and [] for arrays) rather than quoting all values as strings, preventing schema validation failures.
  • Required Param Prioritization: Tool help outputs now prioritize required parameters and omit optional parameters by default to minimize context token usage.