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
refactor: streamline log management and server error handling
- Refactored the `LogStore` class by removing baseline timestamp management to simplify log clearing operations.
- Updated the `clearLogs` tool to enforce hard clearing of logs, removing the scope parameter.
- Enhanced the `getLogs` tool by removing auto-baseline and stacked mode options, improving clarity in log retrieval.
- Added informative messages for users when no logs are found, suggesting available projects for better user experience.
- Improved error handling in the MCP server to better manage port conflicts during server startup.
text=`No logs found matching your criteria. Available projects: ${Array.from(allProjects).join(', ')}\n\nTry: get_logs with { project: "<project-name>" }`;
0 commit comments