Dev Proxy Toolkit with MCP Server
Pre-release
Pre-release
·
5 commits
to 244-add-dev-proxy-mcp-server
since this release
This is a pre-release of the Dev Proxy Toolkit that contains the Dev Proxy MCP server which can be used in GitHub Copilot Agent mode.
The MCP server provides two tools:
- Find Dev Proxy documentation
- Get the installed Dev Proxy version
Install instructions
- Download VS Code Insiders
- Download the
dev-proxy-toolkit-mcp-server-4.vsix
package - Install extension as VSIX in VS Code Insiders
- Close VS Code Insiders
- Start VS Code Insiders with proposed API enabled,
code-insiders . --enable-proposed-api=garrytrinder.dev-proxy-toolkit
If you'd like to set it so that your extension using the proposed API is always available to use on every launch of VS Code Insiders, you can run the Preferences: Configure Runtime Arguments command to edit the .vscode-insiders/argv.json
file to set a list of enabled extensions.
{
...
"enable-proposed-api": ["garrytrinder.dev-proxy-toolkit"]
}
See Sharing extensions using the proposed API for more details on installing extensions that use the Proposed API.