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
fix: call_tool arguments schema validation
Changed CallToolArgs arguments from Option<Value> to Option<HashMap<String, Value>> to generate correct JSON schema. Bumped version to 0.8.3.