Skip to content

Commit 31c3300

Browse files
committed
Refactor agent configuration in mcp-clients.mdx to streamline command structure
1 parent 2ce8294 commit 31c3300

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

units/en/unit1/mcp-clients.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,8 @@ Now, let's create an agent configuration file `agent.json`.
272272
"servers": [
273273
{
274274
"type": "stdio",
275-
"config": {
276-
"command": "npx",
277-
"args": ["@playwright/mcp@latest"]
278-
}
275+
"command": "npx",
276+
"args": ["@playwright/mcp@latest"]
279277
}
280278
]
281279
}

0 commit comments

Comments
 (0)