Skip to main content
Glama

Delve MCP

by dwisiswant0

removeBreakpoint

Eliminates a specific breakpoint in a Go debug session by specifying the session and breakpoint IDs, streamlining debugging processes in Delve MCP.

Instructions

Remove a breakpoint

Input Schema

NameRequiredDescriptionDefault
breakpointIdYesID of the breakpoint to remove
sessionIdYesID of the debug session

Input Schema (JSON Schema)

{ "properties": { "breakpointId": { "description": "ID of the breakpoint to remove", "type": "number" }, "sessionId": { "description": "ID of the debug session", "type": "string" } }, "required": [ "sessionId", "breakpointId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dwisiswant0/delve-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server