MCP Gateway Extension

Controls access to installed Model Context Protocol servers : Bypass

- Set bypass
- Reload VS Code window
- Auto-stop after 30 seconds
How to Install and Run
Navigate to the extension directory:
cd c:\github\new\emeraldgx-multi-tenants\proxy-extension
Install dependencies:
npm install
Compile the TypeScript code:
npm run compile
Press F5 to launch the extension in a new Extension Development Host window
How to Use

- Look for the "MCP Gateway" icon in the Activity Bar (left sidebar)
- Click it to open the control panel
- Click "Click ON (Activate)" to:
- Set the Bypass
- Reload VS Code
- Extension will auto-stop after 30 seconds
Architecture
- extension.ts - Main extension logic, handles proxy settings and window reload
- sidebarProvider.ts - Sidebar view with HTML/JavaScript interface
- package.json - Extension manifest defining contributions and commands
Features
✓ Simple on/off toggle interface
✓ Automatic proxy configuration
✓ Window reload trigger
✓ 30-second auto-stop timer
| |