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.
2 parents ecf6d08 + 5898349 commit 17f6f02Copy full SHA for 17f6f02
units/en/unit1/mcp-clients.mdx
@@ -323,17 +323,15 @@ Create an agent configuration file at `my-agent/agent.json`:
323
324
```json
325
{
326
- "model": "Qwen/Qwen2.5-72B-Instruct",
327
- "provider": "nebius",
328
- "servers": [
329
- {
330
- "type": "stdio",
331
- "config": {
332
- "command": "npx",
333
- "args": ["@playwright/mcp@latest"]
334
- }
335
336
- ]
+ "model": "Qwen/Qwen2.5-72B-Instruct",
+ "provider": "nebius",
+ "servers": [
+ {
+ "type": "stdio",
+ "command": "npx",
+ "args": ["@playwright/mcp@latest"]
+ }
+ ]
337
}
338
```
339
0 commit comments