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 |
|---|---|
| Debug Session State | Current debugging session information |
| Managed Processes | List of managed Node.js processes |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_node_process | Start a Node.js process with debugging enabled |
| kill_process | Kill a managed Node.js process |
| list_processes | List all managed Node.js processes |
| attach_debugger | Attach debugger to a running Node.js process |
| set_breakpoint | Set a breakpoint in the debugged process. Use full file:// URLs for reliable breakpoint hits. |
| step_debug | Step through code execution |
| pause_execution | Pause execution of the debugged process |
| evaluate_expression | Evaluate an expression in the current debug context |