Skip to content

Commit 5e03c07

Browse files
authored
Add mcp.config.json for Playwright and MS docs configuration (#63607)
Adds `.vscode/mcp.json` to configure the playwright and docs MCP servers.
1 parent a54b996 commit 5e03c07

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.vscode/mcp.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"servers": {
3+
"playwright": {
4+
"type": "stdio",
5+
"command": "npx",
6+
"args": [
7+
"@playwright/mcp@latest"
8+
]
9+
},
10+
"microsoft.docs.mcp": {
11+
"type": "http",
12+
"url": "https://learn.microsoft.com/api/mcp"
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)