mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-19 07:04:21 +01:00
feat(vscode): add the vscode server to the list (#1943)
This commit is contained in:
@@ -130,5 +130,17 @@
|
|||||||
"endorsed": true,
|
"endorsed": true,
|
||||||
"githubStars": 1,
|
"githubStars": 1,
|
||||||
"environmentVariables": []
|
"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": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user