Skip to content

Commit 5898349

Browse files
modifies script for the tiny-agents issue #148
1 parent 2ce8294 commit 5898349

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
@@ -310,17 +310,15 @@ Create an agent configuration file at `my-agent/agent.json`:
310310

311311
```json
312312
{
313-
"model": "Qwen/Qwen2.5-72B-Instruct",
314-
"provider": "nebius",
315-
"servers": [
316-
{
317-
"type": "stdio",
318-
"config": {
319-
"command": "npx",
320-
"args": ["@playwright/mcp@latest"]
321-
}
322-
}
323-
]
313+
"model": "Qwen/Qwen2.5-72B-Instruct",
314+
"provider": "nebius",
315+
"servers": [
316+
{
317+
"type": "stdio",
318+
"command": "npx",
319+
"args": ["@playwright/mcp@latest"]
320+
}
321+
]
324322
}
325323
```
326324

0 commit comments

Comments
 (0)