### Clone and navigate to MCP PowerShell Exec Server repository Source: https://github.com/dfinke/mcp-powershell-exec/blob/main/README.md Instructions to clone the GitHub repository and change the current directory to the project folder, preparing for server setup. ```PowerShell git clone https://github.com/yourusername/mcp-powershell-exec.git cd mcp-powershell-exec ``` -------------------------------- ### Configure MCP Server for GitHub Copilot integration in VSCode Insiders Source: https://github.com/dfinke/mcp-powershell-exec/blob/main/README.md JSON configuration for the `.vscode/mcp.json` file to define the PowerShell integration server, specifying the Python executable and the path to the `server.py` script for GitHub Copilot's agent mode. ```JSON { "servers": { "powershell-integration": { "command": "py", "args": [ "drive:/yourpath/server.py" ], "env": {} } } } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.