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
Is your feature request related to a problem? Please describe.
The problem with the current server.tool() implementations is that a tool is not treated as a monolith entity and rather treated as a set of separate variables, such as name, description, callback and others.
Is your feature request related to a problem? Please describe.
The problem with the current
server.tool()
implementations is that a tool is not treated as a monolith entity and rather treated as a set of separate variables, such as name, description, callback and others.Example:
Describe the solution you'd like
I'd like to propose adding two things:
server.tools()
implementation which accepts an object of the newly created Tool type:The text was updated successfully, but these errors were encountered: