Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
No arguments  | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description | 
|---|---|
No prompts  | |
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
No resources  | |
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
| get_electron_window_info | Get information about running Electron applications and their windows. Automatically detects any Electron app with remote debugging enabled (port 9222).  | 
| take_screenshot | Take a screenshot of any running Electron application window. Returns base64 image data for AI analysis. No files created unless outputPath is specified.  | 
| send_command_to_electron | Send JavaScript commands to any running Electron application via Chrome DevTools Protocol. Enhanced UI interaction commands: 
 IMPORTANT: Arguments must be passed as an object with the correct properties: Examples: 
 Use 'get_page_structure' or 'debug_elements' first to understand available elements, then use specific interaction commands.  | 
| read_electron_logs | Read console logs and output from running Electron applications. Useful for debugging and monitoring app behavior.  |