Adds `.vscode/mcp.json` to configure the playwright and docs MCP servers.
@@ -0,0 +1,15 @@
+{
+ "servers": {
+ "playwright": {
+ "type": "stdio",
+ "command": "npx",
+ "args": [
+ "@playwright/mcp@latest"
+ ]
+ },
+ "microsoft.docs.mcp": {
+ "type": "http",
+ "url": "https://learn.microsoft.com/api/mcp"
+ }
+}