Skip to content

Commit 17f6f02

Browse files
authored
Merge pull request #178 from GoodGuyGregory/fix-tiny-agent-script
Fixes Tiny Agent Script for Unit 1 for MCP-Clients
2 parents ecf6d08 + 5898349 commit 17f6f02

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

324324
```json
325325
{
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-
]
326+
"model": "Qwen/Qwen2.5-72B-Instruct",
327+
"provider": "nebius",
328+
"servers": [
329+
{
330+
"type": "stdio",
331+
"command": "npx",
332+
"args": ["@playwright/mcp@latest"]
333+
}
334+
]
337335
}
338336
```
339337

0 commit comments

Comments
 (0)