diff --git a/units/en/unit1/mcp-clients.mdx b/units/en/unit1/mcp-clients.mdx index 71a729d..76d7dad 100644 --- a/units/en/unit1/mcp-clients.mdx +++ b/units/en/unit1/mcp-clients.mdx @@ -262,7 +262,7 @@ pip install "huggingface_hub[mcp]>=0.32.0" Then, we will need to log in to the Hugging Face Hub to access the MCP servers. You can do this with the `huggingface-cli` command line tool. You will need a [login token](https://huggingface.co/docs/huggingface_hub/v0.32.3/en/quick-start#authentication) to do this. ```bash -huggingface-cli login +hf auth login ``` ### Configure Access Token Permissions