Skip to content

Commit cf609cf

Browse files
authored
Merge pull request #174 from lucianoayres/patch-1
fix(agent.json): move server command and args to top level to avoid KeyError
2 parents 8189724 + 42b7a56 commit cf609cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

units/en/unit1/mcp-clients.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ Now, let's create an agent configuration file `agent.json`.
287287
"servers": [
288288
{
289289
"type": "stdio",
290-
"command": "npx",
291-
"args": ["@playwright/mcp@latest"]
290+
"command": "npx",
291+
"args": ["@playwright/mcp@latest"]
292292
}
293293
]
294294
}

0 commit comments

Comments
 (0)