Skip to content

Commit 8438d33

Browse files
authored
Update mcp-clients.mdx to comply with new tiny-agents config format
Updating the agent.json example to match the source of truth here: https://huggingface.co/datasets/tiny-agents/tiny-agents/blob/main/celinah/web-browser/agent.json Matches tiny-agents' new vscode format. Resolves issue #143
1 parent fda25f2 commit 8438d33

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

units/en/unit1/mcp-clients.mdx

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -267,17 +267,15 @@ Now, let's create an agent configuration file `agent.json`.
267267

268268
```json
269269
{
270-
"model": "Qwen/Qwen2.5-72B-Instruct",
271-
"provider": "nebius",
272-
"servers": [
273-
{
274-
"type": "stdio",
275-
"config": {
276-
"command": "npx",
277-
"args": ["@playwright/mcp@latest"]
278-
}
279-
}
280-
]
270+
"model": "Qwen/Qwen2.5-72B-Instruct",
271+
"provider": "nebius",
272+
"servers": [
273+
{
274+
"type": "stdio",
275+
"command": "npx",
276+
"args": ["@playwright/mcp@latest"]
277+
}
278+
]
281279
}
282280
```
283281

0 commit comments

Comments
 (0)