We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3765848 commit 0b9c9eeCopy full SHA for 0b9c9ee
src/huggingface_hub/inference/_mcp/cli.py
@@ -134,9 +134,10 @@ def run(
134
None,
135
help=(
136
"Path to a local folder containing an agent.json file or a built-in agent "
137
- "stored in a Hugging Face dataset (default: "
138
- "https://huggingface.co/datasets/tiny-agents/tiny-agents)"
+ "stored in the 'tiny-agents/tiny-agents' Hugging Face dataset "
+ "(https://huggingface.co/datasets/tiny-agents/tiny-agents)"
139
),
140
+ show_default=False,
141
142
):
143
try:
0 commit comments