feature: windows tray support#74
Merged
Dumbris merged 3 commits intoOct 23, 2025
Merged
Conversation
Member
|
Hey, @DarkGenius thank you for your contribution! |
Previously, stderr monitoring started only after successful MCP initialize() handshake. This caused startup errors (like missing API keys or credentials) to be invisible in logs when initialization timed out. Now stderr monitoring begins immediately after process start, before the initialize() call. This ensures all process output is captured and logged, making debugging connection failures much easier.
a5d8b46 to
c3a3e41
Compare
- Extend build tags to support Windows (darwin || windows) - Add Windows-specific process monitoring (process_windows.go) - Implement cross-platform OpenWebUI with Windows support - Update binary resolution for .exe files on Windows - Add automatic port conflict resolution
c3a3e41 to
a64e289
Compare
Dumbris
approved these changes
Oct 23, 2025
Dumbris
left a comment
Member
There was a problem hiding this comment.
Thanks a ton for this update!
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds Windows support for the mcpproxy-tray application, enabling system tray functionality on Windows platforms.
Changes Made
darwinto(darwin || windows)for tray componentsprocess_windows.go) with proper exit code handlingOpenWebUIwork on both macOS and Windows using appropriate system calls.exefiles