Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The logging level | info |
| MAX_FILE_SIZE | No | Maximum file size for log analysis | 10MB |
| GEMINI_API_KEY | Yes | Your Google Gemini API key | |
| WATCH_POLL_INTERVAL | No | Interval in milliseconds for polling watched log files | 1000 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Rapid Debug Results | Latest rapid debugging analysis with quick fixes |
| Recent Error Analysis | Latest analyzed errors from all monitored files |
| Watched Files Status | Status of all currently monitored log files |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rapid_debug | đ DEBUG SERVER LOGS IN UNDER 30 SECONDS - Instant analysis with actionable fixes and debug commands |
| quick_scan | ⥠Ultra-fast log scan for real-time monitoring (< 1 second) |
| analyze_log | Analyze error logs and provide root cause analysis with AI-powered insights |
| watch_log_file | Start monitoring a log file for real-time error detection |
| stop_watching | Stop monitoring a specific log file |
| list_watched_files | List all currently monitored log files |
| get_recent_errors | Get recent error analysis from monitored files |