hf_fs tool: op/uri/params replaced with cmd/args in v0.3.31
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
The hf_fs MCP tool's input schema has been completely redesigned in v0.3.31. The previous structured parameters (op, uri, glob, recursive, entry_type, name, path, query, sort, max_bytes, offset, limit) have been removed and replaced with two new required fields: cmd (same enum values) and args (a flat string array encoding all arguments as grammar tokens). Any existing client that calls hf_fs with the old op+uri signature will break immediately. Additionally, a new optional warnings array field is added to the response.