Two VS code tutorials (#3603)

Co-authored-by: angiejones <jones.angie@gmail.com>
This commit is contained in:
Rizel Scarlett
2025-07-27 02:24:27 -04:00
committed by GitHub
parent 92f6f324bb
commit a66a48145f
7 changed files with 170 additions and 8 deletions
@@ -18,7 +18,8 @@ function ExtensionDetail({ server }: { server: MCPServer }) {
const overrides: Record<string, string> = {
'computercontroller': 'computer-controller-mcp',
'pdf-read': 'pdf-mcp',
'knowledge-graph-memory': 'knowledge-graph-mcp'
'knowledge-graph-memory': 'knowledge-graph-mcp',
'vscode': 'vs-code-mcp',
};
const getDocumentationPath = (serverId: string): string => {