Merged
Conversation
Contributor
Dumbris
commented
Jul 7, 2025
- Enhance logging system and add tail_log operation
- Add GetLogDir method to ServerInterface and implement log directory handling
- Updated logging configuration to support custom log directories and filenames. - Introduced `tail_log` operation for reading recent log entries from upstream servers, aiding in debugging. - Improved log structure and content for better traceability of MCP server interactions. - Adjusted CLI commands and documentation to reflect new logging features and configurations.
…andling - Introduced GetLogDir method in ServerInterface for retrieving the log directory path. - Implemented GetLogDir in Server to return configured log directory or default paths. - Updated tray application to include functionality for opening the logs directory. - Enhanced error handling and logging for directory access operations.
…orkflows and internal logging configurations
…clarify command-line options for enabling/disabling system tray functionality.
…adability and maintainability
rannow
pushed a commit
to rannow/mcpproxy-go
that referenced
this pull request
Sep 23, 2025
* Enhance logging system and add tail_log operation - Updated logging configuration to support custom log directories and filenames. - Introduced `tail_log` operation for reading recent log entries from upstream servers, aiding in debugging. - Improved log structure and content for better traceability of MCP server interactions. - Adjusted CLI commands and documentation to reflect new logging features and configurations. * Add GetLogDir method to ServerInterface and implement log directory handling - Introduced GetLogDir method in ServerInterface for retrieving the log directory path. - Implemented GetLogDir in Server to return configured log directory or default paths. - Updated tray application to include functionality for opening the logs directory. - Enhanced error handling and logging for directory access operations. * Update log file references from 'mcpproxy.log' to 'main.log' across workflows and internal logging configurations * Update README and workflow documentation for system tray flag usage; clarify command-line options for enabling/disabling system tray functionality. * Refactor logging levels in logger.go to use constants for improved readability and maintainability
Dumbris
added a commit
that referenced
this pull request
Nov 3, 2025
Added detailed Docker recovery section to README with: **Content Added**: - Docker Recovery overview section - Key features (auto-detection, reconnection, notifications, cleanup) - How It Works (5-step process flow) - Notifications table (all recovery events) - Troubleshooting guide with common issues: * Servers don't reconnect after recovery * Containers not cleaned up on shutdown * Recovery taking too long **Location**: - Added after Docker Isolation section, before OAuth section - Includes code examples and commands for debugging - Cross-references system tray Force Reconnect feature **Testing**: - All builds pass ✅ - Documentation follows existing README format - Code examples tested and verified 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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.