From 2915a350844fe7b0c6094f9498196b0331d744f2 Mon Sep 17 00:00:00 2001 From: victor capriles hinojosa <87203183+victor-capriles@users.noreply.github.com> Date: Sat, 1 Nov 2025 07:01:44 +0100 Subject: [PATCH] typo & syntax in documentation/hf-mcp-server.mdx Hello, I'm proposing the following small changes in the documentation to fix a typo in the word advantage, and eliminating the letter a before built-in tools as it indicates many. Not a single tool. --- units/en/unit1/hf-mcp-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit1/hf-mcp-server.mdx b/units/en/unit1/hf-mcp-server.mdx index 6b743a4..3372bc0 100644 --- a/units/en/unit1/hf-mcp-server.mdx +++ b/units/en/unit1/hf-mcp-server.mdx @@ -3,7 +3,7 @@ The Hugging Face MCP (Model Context Protocol) Server connects your MCP‑compatible AI assistant (for example VS Code, Cursor, Zed, or Claude Desktop) directly to the Hugging Face Hub. Once connected, your assistant can search and explore Hub resources and use community tools, all from within your editor, chat or CLI. > [!TIP] -> The main advanatage of the Hugging Face MCP Server is that it provides a built-in tools for the hub as well as community tools based on Gradio Spaces. As we start to build our own MCP servers, we'll see that we can use the Hugging Face MCP Server as a reference for our own MCP servers. +> The main advantage of the Hugging Face MCP Server is that it provides built-in tools for the hub as well as community tools based on Gradio Spaces. As we start to build our own MCP servers, we'll see that we can use the Hugging Face MCP Server as a reference for our own MCP servers. ## What you can do