Under the hood
Some plugin-provided tools now build their call handler through a create() factory instead of a plain object
What
Several plugin tool definitions, including the inline plugin-install card tool and an inter-agent reporting tool, were restructured so that their call method is now returned from a create() method, instead of being defined directly as a property on the tool object.
Why
This is an internal restructuring of how these plugin tools are built; the finding does not indicate any change to what these tools do.