-
Hi, I'm trying out MCPHub on Windows. So far it seems to work but the server is always launched as a standalone console window. Is it possible to launch the process without visible window? |
Beta Was this translation helpful? Give feedback.
Answered by
ravitemer
Apr 9, 2025
Replies: 2 comments 2 replies
-
What approach are you using to use build = `npm i -g mcp-hub@latest` or build = `bundled_build.lua` |
Beta Was this translation helpful? Give feedback.
1 reply
-
31a77fb Fixes this. Along with using of proper |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ravitemer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
31a77fb Fixes this.
Along with using of proper
mcp-hub.cmd
for global npm installation as well as bundled one in windows.