dlv-mcp

xhd2015/dlv-mcp

3.4

If you are the rightful owner of dlv-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server that allows LLMs to interact with the Delve Go debugger.

Tools

Functions exposed to the LLM to take actions

start_debug

Start a new debug session

terminate_debug

Terminate a debug session

list_debug_sessions

List active debug sessions

set_breakpoint

Set a breakpoint in a debug session

continue

Continue execution in a debug session

next

Step over current line in a debug session

step_in

Step into function in a debug session

step_out

Step out of function in a debug session

evaluate

Evaluate an expression in a debug session

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources