feat(vscode): add the vscode server to the list (#1943)

This commit is contained in:
Kerry Imai
2025-04-01 10:23:32 -04:00
committed by GitHub
parent 17e601f4ab
commit 6c2d94e259

View File

@@ -130,5 +130,17 @@
"endorsed": true,
"githubStars": 1,
"environmentVariables": []
},
{
"id": "vscode",
"name": "VSCode",
"description": "Provides a VSCode IDE integration for development workflows",
"command": "npx vscode-mcp-server",
"link": "https://github.com/block/vscode-mcp",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"githubStars": 27,
"environmentVariables": []
}
]