Skip to content

Commit 38c6fa2

Browse files
authored
Update devcontainer.json
remove silent so browser tab auto opens on mcp inspector launch
1 parent 06e0df0 commit 38c6fa2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
},
1616
"6274": {
1717
"label": "MCP Inspector UI",
18-
"visibility": "public",
19-
"onAutoForward": "silent"
18+
"visibility": "public"
2019
}
2120
},
2221
"customizations": {
@@ -33,4 +32,4 @@
3332
}
3433
},
3534
"remoteUser": "vscode"
36-
}
35+
}

0 commit comments

Comments
 (0)