diff --git a/.gitignore b/.gitignore index ce59f6f054a..0325b7d3442 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ css/ .DS_Store *.swp .idea -.vscode .tool-versions # Environment diff --git a/.vscode/mcp.json b/.vscode/mcp.json new file mode 100644 index 00000000000..c55718204ca --- /dev/null +++ b/.vscode/mcp.json @@ -0,0 +1,22 @@ +{ + "servers": { + "github": { + "type": "http", + "url": "https://api.githubcopilot.com/mcp" + }, + "playwright": { + "command": "npx", + "args": [ + "-y", + "@microsoft/mcp-server-playwright" + ] + }, + "primer": { + "type": "stdio", + "command": "npx", + "args": [ + "@primer/mcp@latest" + ] + } + } +} \ No newline at end of file