hf_fs tool description updated with new grammar options in v0.3.34
Version bumped from 0.3.33 to 0.3.34 and the hf_fs tool's description was updated to document expanded command grammar. Key additions include: new ls flags (-l/-a/-la/-al/--long), cat now accepts an optional RELATIVE_PATH token, find accepts --glob as alias for --name, search now accepts multiple QUERY... tokens, and (-limit|--limit) and (-offset|--offset) short-form aliases are documented throughout. New prose notes clarify that QUERY is optional for repo/collection searches and that multiple QUERY tokens are space-joined.
Alert history
- Informational
hf_fs tool description updated with new grammar options in v0.3.34
Version bumped from
0.3.33to0.3.34and thehf_fstool'sdescriptionwas updated to document expanded command grammar. Key additions include: newlsflags (-l/-a/-la/-al/--long),catnow accepts an optionalRELATIVE_PATHtoken,findaccepts--globas alias for--name,searchnow accepts multipleQUERY...tokens, and(-limit|--limit)and(-offset|--offset)short-form aliases are documented throughout. New prose notes clarify that QUERY is optional for repo/collection searches and that multiple QUERY tokens are space-joined. - Breaking
Remove hf_doc_fetch, hf_doc_search, and space_search MCP tools
Three MCP tools have been removed in version
0.3.32:hf_doc_fetch,hf_doc_search, andspace_search. Any MCP client or agent workflow that calls these tools by name will now receive an error. Their functionality appears to have been absorbed into the existinghf_fstool, which gained a newhf://docsURI root,--tag/--kindsearch flags, and new response fields (category,semantic_relevance,anchor,section). - Breaking
hf_fs tool: op/uri/params replaced with cmd/args in v0.3.31
The
hf_fsMCP tool's input schema has been completely redesigned inv0.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) andargs(a flat string array encoding all arguments as grammar tokens). Any existing client that callshf_fswith the oldop+urisignature will break immediately. Additionally, a new optionalwarningsarray field is added to the response. - Informational
Hugging Face MCP version bump and documentation updates
Version updated from 0.3.29 to 0.3.30 with documentation knowledge date refreshed to 12 July 2026. Tool titles and parameter descriptions for
hf_fswere clarified and expanded to better explain operation modes, URI formats, and filtering behavior, with no changes to the actual API surface or required fields. - Additive
Add paper support to hf_fs tool and consolidate paper_search
The
hf_fstool now supports browsing Hugging Face papers via newhf://papersURIs and adds paper-related response fields (published_at,daily_papers_date,daily_papers_uri,url,arxiv_url), while the dedicatedpaper_searchtool is removed. Clients using the removedpaper_searchtool will need to switch to equivalent functionality inhf_fs; however,hf_fsgains additive capability for papers alongside existing models/datasets/spaces/collections support. - Breaking
hf_nav tool removed; its capabilities merged into hf_fs
The
hf_navMCP tool (Hugging Face Navigation) has been completely removed. Its functionality — includingfind,search, collection URIs (hf://collections), and related fields — has been folded into the existinghf_fstool. Any client code that callshf_navdirectly will break; callers must migrate tohf_fswith the newfind/searchops andhf://collectionsURIs. - Additive
Add hf_nav MCP tool for Hugging Face Hub navigation
A new MCP tool
hf_navhas been added to enable navigation and search of Hugging Face Hub entities using hf:// URIs, currently supporting Collections. The tool provides operations for listing, inspecting, and searching Hub content. This is a purely additive change that does not affect existing functionality. - Informational
Version bump and documentation knowledge cutoff update
Hugging Face MCP version updated from 0.3.25 to 0.3.26, and the
hf_doc_searchtool's knowledge cutoff date updated from July 2 to July 3, 2026. These are informational changes that do not affect API integration behavior. - Informational
Hugging Face MCP version 0.3.25 release and docs update
Version bumped from 0.3.24 to 0.3.25 and instructions updated to clarify hf:// URI handling and conversion to browser URLs. No changes to endpoint signatures, request/response schemas, or API behaviour.
- Additive
Add Hugging Face Files tool and add title fields to tools
New
hf_fstool added to list, read, and stat files from Hugging Face repos and buckets. Several existing tools now include optionaltitlefields for improved UI display, and documentation knowledge cutoff updated to 2 July 2026. These changes are backward compatible and purely additive. - Informational
Update version and documentation knowledge date
Version bumped from 0.3.22 to 0.3.23 and the
hf_doc_searchtool's documentation knowledge cutoff date updated from 25 June 2026 to 30 June 2026. These are maintenance updates that do not affect API functionality or contract. - Informational
Version bump and documentation knowledge date update
The MCP server version incremented from 0.3.21 to 0.3.22, and the
hf_doc_searchtool's knowledge cutoff date was updated from 19 June 2026 to 25 June 2026. These are metadata updates that do not affect the API surface or documented behaviour. - Informational
Hugging Face MCP version 0.3.21 with docs update
Version bumped to 0.3.21,
directoryReadcapability added toio.modelcontextprotocol/skillsextension, and documentation knowledge cutoff date updated from 14 June 2026 to 19 June 2026. These changes do not alter the API contract for existing integrations. - Informational
Version bump and docs update timestamp
The Hugging Face MCP server version bumped from 0.3.19 to 0.3.20, and the
hf_doc_searchtool description's knowledge cutoff date updated from June 13 to June 14, 2026. These are routine version and documentation updates with no API changes. - Informational
Version bump to 0.3.19
The Hugging Face MCP server version was updated from 0.3.17 to 0.3.19. This is a pure version string change with no documented API or feature modifications visible in the diff.
- Informational
Hugging Face MCP v0.3.17 capabilities metadata update
Version bump from 0.3.16 to 0.3.17 with addition of
resourcesandextensionsmetadata fields to the server capabilities structure. Theresourcesfield indicates support for resources with subscription disabled, andextensionsindicates support for the Model Context Protocol skills extension. These are informational metadata changes that do not alter the functional API surface. - Breaking
Hugging Face MCP removes resources capability and skills extension
The server capabilities block no longer advertises the
resourcescapability (listChanged,subscribe) or theextensionsblock containingio.modelcontextprotocol/skills. Clients that rely on resource listing/subscription or the skills extension will find these features absent from the server's capability negotiation, which will break any integration that checks for or uses those capabilities. - Informational
Version bump and capability announcement for Hugging Face MCP
Hugging Face MCP server updated from version 0.3.15 to 0.3.16 with new capabilities:
resources(with subscribe support) andextensionsforio.modelcontextprotocol/skills. These additions describe server capabilities but do not change existing behavior for clients using current features. - Informational
MCP server version bump to 0.3.15
The Hugging Face MCP server version was updated from 0.3.13 to 0.3.15. This is a version number change with no documented API changes in this diff.
- Informational
Update hf_doc_search knowledge cutoff date
The
hf_doc_searchtool description was updated to reflect a newer knowledge cutoff date (31 May 2026 instead of 22 May 2026). This is a documentation update with no impact on API behavior or integration compatibility. - Informational
Update MCP version and documentation knowledge date
Version bumped from 0.3.12 to 0.3.13 and the
hf_doc_searchtool's knowledge cutoff date updated from May 14, 2026 to May 16, 2026. These are routine version and documentation updates with no changes to API behavior or integration contracts. - Informational
Update hf_doc_search knowledge cutoff date
The
hf_doc_searchtool's documentation description was updated to reflect a newer knowledge cutoff date (14 May 2026 instead of 6 May 2026). This is a documentation refresh with no impact on the tool's API contract or behavior.