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 |
---|---|
nodejs_inspect | Executes JavaScript code in the debugged process |
set_breakpoint | Sets a breakpoint at specified line and file |
inspect_variables | Inspects variables in current scope |
step_over | Steps over to the next line of code |
step_into | Steps into function calls |
step_out | Steps out of current function |
continue | Continues code execution |
delete_breakpoint | Deletes a specified breakpoint |
list_breakpoints | Lists all active breakpoints |
evaluate | Evaluates a JavaScript expression in the current context |
get_location | Gets the current execution location when paused |
get_console_output | Gets the most recent console output from the debugged process |
retry_connect | Manually triggers a reconnection attempt to the Node.js debugger |