Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion units/en/unit1/mcp-clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down