AI & ML interests
None defined yet.
Recent Activity
View all activity
evalstateย
updated a
dataset 19 days ago
Post
1331
Hugging Face MCP Server v0.3.29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Included "papers" in the new hf_fs tool. Includes listing of trending/daily.
This is a new tool under observation - disable the "Paper Semantic Search" tool for best results.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Included "papers" in the new hf_fs tool. Includes listing of trending/daily.
This is a new tool under observation - disable the "Paper Semantic Search" tool for best results.
hf://papers/
โโโ README.md
โโโ daily/
โ โโโ latest
โ โโโ YYYY/
โ โโโ MM/
โ โโโ DD/
โโโ trending/
โโโ ARXIV_ID/
โโโ metadata.json
โโโ paper.md
โโโ models/
โโโ datasets/
โโโ spaces/Post
356
Hugging Face MCP Server v0.3.13
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The hf_jobs tool allows mounting of volumes with hf:// URI's and some additional notes about use for data analysis.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The hf_jobs tool allows mounting of volumes with hf:// URI's and some additional notes about use for data analysis.
Post
2231
Hugging Face MCP Server v0.3.12
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The hub_repo_details tool now enables Dataset inspection (view splits, sample rows).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The hub_repo_details tool now enables Dataset inspection (view splits, sample rows).
Post
324
Hugging Face MCP Server v0.3.10
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reverted
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reverted
mcp bucket in favour of upcoming MCP App integration. Post
998
Hugging Face MCP Server v0.3.9
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Users with a bucket named
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Users with a bucket named
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.Post
1015
The experimental MCP
hub_query tool now supports Paper Searching and Details as well as Daily Papers. Post
3752
Hugging Face MCP Server v0.3.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Replace model_search and dataset_search with combined hub_repo_search tool.
- Less distracting description for hf_doc_search
- model_search and dataset_search tool calls will still function (plan to remove next release).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Replace model_search and dataset_search with combined hub_repo_search tool.
- Less distracting description for hf_doc_search
- model_search and dataset_search tool calls will still function (plan to remove next release).
julien-cย
submitted a
paper to Daily Papers 6 months ago
Post
338
Hugging Face MCP Server v0.3.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Streamable HTTP used for Gradio Connectivity
- SSE Transport (as Server) removed
- Proxy Configuration added for launch of sub-agent tools
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Streamable HTTP used for Gradio Connectivity
- SSE Transport (as Server) removed
- Proxy Configuration added for launch of sub-agent tools
Post
2564
Hugging Face MCP Server v0.2.46
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Add "discover" to Dynamic Space tool. Recommend deselecting "space_search" if using dynamic spaces.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Add "discover" to Dynamic Space tool. Recommend deselecting "space_search" if using dynamic spaces.
Post
3048
Hugging Face MCP Server v0.2.45
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- New! Experimental dynamic_space tool.
- Default Image Generator changed to Qwen-Image-Fast
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- New! Experimental dynamic_space tool.
- Default Image Generator changed to Qwen-Image-Fast
Post
2285
Hugging Face MCP Server v0.2.40
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Improved progressive disclosure and descriptions for Jobs tool.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Improved progressive disclosure and descriptions for Jobs tool.
Post
381
Hugging Face MCP Server v0.2.35
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$HF_TOKEN is expanded in Jobs Secrets environment variables.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$HF_TOKEN is expanded in Jobs Secrets environment variables.
Post
371
Hugging Face MCP Server v0.2.33
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Allow discovery of Product Documentation Library via the Search tool.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Allow discovery of Product Documentation Library via the Search tool.
Post
280
Hugging Face MCP Server v0.2.31
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- OpenAI Apps SDK Support for Gradio Content Generation spaces
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- OpenAI Apps SDK Support for Gradio Content Generation spaces
Post
360
Hugging Face MCP Server v0.2.29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Document Fetch tool now returns markdown direct from HF Docs rather than processed.
- Relative URLs accepted for Fetch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Document Fetch tool now returns markdown direct from HF Docs rather than processed.
- Relative URLs accepted for Fetch
Post
12004
BOOOOM: Today I'm dropping TINY AGENTS
the 50 lines of code Agent in Javascript ๐ฅ
I spent the last few weeks working on this, so I hope you will like it.
I've been diving into MCP (Model Context Protocol) to understand what the hype was all about.
It is fairly simple, but still quite powerful: MCP is a standard API to expose sets of Tools that can be hooked to LLMs.
But while doing that, came my second realization:
Once you have a MCP Client, an Agent is literally just a while loop on top of it. ๐คฏ
โก๏ธ read it exclusively on the official HF blog: https://huggingface.co/blog/tiny-agents
the 50 lines of code Agent in Javascript ๐ฅ
I spent the last few weeks working on this, so I hope you will like it.
I've been diving into MCP (Model Context Protocol) to understand what the hype was all about.
It is fairly simple, but still quite powerful: MCP is a standard API to expose sets of Tools that can be hooked to LLMs.
But while doing that, came my second realization:
Once you have a MCP Client, an Agent is literally just a while loop on top of it. ๐คฏ
โก๏ธ read it exclusively on the official HF blog: https://huggingface.co/blog/tiny-agents