VitalyOstanin/mcp-chrome-debugger-protocol
If you are the rightful owner of mcp-chrome-debugger-protocol and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MCP Chrome Debugger Protocol is a server for debugging Node.js applications using the Chrome DevTools Protocol.
Tools
Functions exposed to the LLM to take actions
Connection
connect_default, connect_url, enable_debugger_pid, disconnect
Breakpoints
set_breakpoint, set_logpoint, remove_breakpoint, list_breakpoints
Execution Control
resume, pause, step_over, step_into, step_out
Inspection
evaluate, get_call_stack, get_scope_variables
Monitoring
get_logpoint_hits, clear_logpoint_hits, get_debugger_events, clear_debugger_events
Source Maps
resolve_original_position, resolve_generated_position
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client