Skip to content

Commit 6accae0

Browse files
authored
Update tiny-agents example (#1599)
Fix docs example after huggingface/huggingface_hub#3166 / #1556. Since release [0.33.2](https://github.com/huggingface/huggingface_hub/releases/tag/v0.33.2) `tiny-agents` config follow VSCode format. We made the change without a proper deprecation warning as it's still experimental and we wanted to harmonize with VSCode as quickly as possible (to avoid future conflicts). Related PRs: - huggingface/hub-docs#1816 - huggingface/transformers#39245 - huggingface/huggingface_hub#3205 - #1599
1 parent 312da86 commit 6accae0

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

packages/tiny-agents/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ touch my-agent/agent.json
4747
"servers": [
4848
{
4949
"type": "stdio",
50-
"config": {
51-
"command": "npx",
52-
"args": ["@playwright/mcp@latest"]
53-
}
50+
"command": "npx",
51+
"args": ["@playwright/mcp@latest"]
5452
}
5553
]
5654
}
@@ -65,10 +63,8 @@ Or using a local or remote endpoint URL:
6563
"servers": [
6664
{
6765
"type": "stdio",
68-
"config": {
69-
"command": "npx",
70-
"args": ["@playwright/mcp@latest"]
71-
}
66+
"command": "npx",
67+
"args": ["@playwright/mcp@latest"]
7268
}
7369
]
7470
}

0 commit comments

Comments
 (0)