enable_debug
Enable debug mode with granular logging for the MCP server to capture selected categories and log levels in .electron-mcp/logs for troubleshooting.
Instructions
Enable debug mode with granular logging for the MCP server. Logs are stored in .electron-mcp/logs directory within the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Minimum log level to capture | |
| logToFile | No | Enable file logging | |
| categories | No | Log categories to enable | |
| logDirectory | No | Custom log directory path | |
| logToConsole | No | Enable console logging |