You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
-`lines` (optional): Number of recent lines to return (default: 50, max: 500)
136
+
137
+
**Use Case:** Enables AI agents to autonomously diagnose connection issues, authentication failures, and other upstream server problems by reading recent log entries.
0 commit comments