Created
September 22, 2025 10:00
-
-
Save initcron/846c22f6455229ee8204f7635b241369 to your computer and use it in GitHub Desktop.
add this to .vscode/mcp.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "servers": { | |
| "mcp-gw": { | |
| "type": "stdio", | |
| "command": "docker", | |
| "args": [ | |
| "mcp", | |
| "gateway", | |
| "run" | |
| ] | |
| } | |
| }, | |
| "inputs": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment