Post
22
Hugging Face MCP Server v0.4.9
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Attach images from hf_fs tool.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Attach images from hf_fs tool.
hf://papers/
βββ README.md
βββ daily/
β βββ latest
β βββ YYYY/
β βββ MM/
β βββ DD/
βββ trending/
βββ ARXIV_ID/
βββ metadata.json
βββ paper.md
βββ models/
βββ datasets/
βββ spaces/mcp bucket in favour of upcoming MCP App integration. mcp will get an additional list_files tool that returns the public URL of contained files. This is primarily intended for use with Gradio Spaces that need URLs as inputs.hub_query tool now supports Paper Searching and Details as well as Daily Papers. Agent_Terminal, a single "master tool" that cuts token usage by over 90%!Agent_Terminal wraps all 12 tools (Web_Search, Web_Fetch, File_System, Generate_Image, Generate_Speech, Generate_Video, Deep_Research, Memory_Manager, Obsidian_Vault, Shell_Command, Code_Interpreter) into a single Python code execution gateway.# Search for Bitcoin price
result = Web_Search("current price of bitcoin", max_results=3)
print(result)print(search_tools('image')) # Find tools by keyword
print(usage('Generate_Image')) # Get full docs for a specific toolAgent_Terminal. Try it now - https://www.nymbo.net/nymbot hf: a faster, friendlier Hugging Face CLI β¨hf auth login easier to type and remember?