Skip to content

Commit 0b9c9ee

Browse files
committed
[MCP] better tiny-agents CLI help (#3105)
* nit * better cli help
1 parent 3765848 commit 0b9c9ee

File tree

1 file changed

+3
-2
lines changed
  • src/huggingface_hub/inference/_mcp

1 file changed

+3
-2
lines changed

src/huggingface_hub/inference/_mcp/cli.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,10 @@ def run(
134134
None,
135135
help=(
136136
"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)"
137+
"stored in the 'tiny-agents/tiny-agents' Hugging Face dataset "
138+
"(https://huggingface.co/datasets/tiny-agents/tiny-agents)"
139139
),
140+
show_default=False,
140141
),
141142
):
142143
try:

0 commit comments

Comments
 (0)