Commit 353d7ad
Charlie Tonneslan
fix: always set windowsHide on Windows for stdio transport
Set windowsHide to true for all Windows apps, not just Electron.
Non-Electron apps (e.g., VS Code extensions, CLI tools) also show
an empty cmd.exe console window when spawning MCP servers via stdio.
Remove the now-unused isElectron() helper.
Fixes #16381 parent ccb78f2 commit 353d7ad
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
0 commit comments