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 2ce8294 commit 5898349Copy full SHA for 5898349
units/en/unit1/mcp-clients.mdx
@@ -310,17 +310,15 @@ Create an agent configuration file at `my-agent/agent.json`:
310
311
```json
312
{
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
- ]
+ "model": "Qwen/Qwen2.5-72B-Instruct",
+ "provider": "nebius",
+ "servers": [
+ {
+ "type": "stdio",
+ "command": "npx",
+ "args": ["@playwright/mcp@latest"]
+ }
+ ]
324
}
325
```
326
0 commit comments