Skip to content

v0.41.0 - August 07, 2026

Choose a tag to compare

@jplbrun jplbrun released this 07 Aug 16:27
· 27 commits to main since this release
5fc7b9f

What's New

  • MCP tool filtering on list_mcp_tools: the Agent Gateway client now accepts an optional MCPToolFilter to narrow discovered MCP tools by tool name and/or ORD ID:

    ord_ids is applied before fetching — non-matching MCP servers are skipped without a network round-trip — while names is applied after fetching, since tool names are only known once each server has been queried. Both fields are optional and combined with AND semantics; an empty or omitted filter returns all tools. Supported for both LoB and customer agent flows.

Improvements

  • Consistent filter handling across Agent Gateway discovery: the internal list_agent_cards / AgentCardFilter flow was aligned with the new pattern so both public discovery methods accept a filter object directly. No change to the public list_agent_cards API.

Contributors

  • Application Foundation Toolkit Libraries Team