You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.