-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
As an windows applications developer, I want to leverage the container use MCP server using copilot in VS Code to help with my development.
Additional Details
- We will likely need to leverage WSL to install this on windows. below is a sample VS Code MCP server configuration.
{
"servers": {
"container-use": {
"type": "stdio",
"command": "wsl",
"args": [
"-d",
"Ubuntu",
"-e",
"/home/<user>/.local/bin/cu",
"stdio"
]
},
}- Create a very basic boiler plate flask/node.js application and have the container use MCP server make changes to it
- Create a README with documentation on how to install container use on windows. Leverage this README for inspiration.
Links
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels