From 414c23ecd73f451eca4a22815a7063b845677655 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Mon, 23 Mar 2026 21:30:00 +0000 Subject: [PATCH] Add a mcp.json config --- .gitignore | 1 - .vscode/mcp.json | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .vscode/mcp.json 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