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
Now that we can handle multiple MCP servers, users will likely want to have an easy way to select the tools they want to use from each MCP servers.
Here is the latest point discuss for context:
I am definitly open to change the interface even though it might be a breaking change. In particular thinking of this point from Aymeric on the HF smolagents repo: huggingface/smolagents#1179 (comment)
We need a simpler way to pick the tools we want to use.
I am usually not a huge fan of named tuples I would use a dataclass or a pydantic model instead if the dict is not sufficient, what kind of interface were you thinking @sysradium ?