Skip to main content
Glama

Delve MCP

by dwisiswant0

setBackend

Configure the debugging backend within Delve MCP for Go programs by specifying options such as default, native, lldb, or rr to optimize code analysis and tracing.

Instructions

Set the backend for debugging

Input Schema

NameRequiredDescriptionDefault
backendYesBackend to use (default, native, lldb, or rr)

Input Schema (JSON Schema)

{ "properties": { "backend": { "description": "Backend to use (default, native, lldb, or rr)", "enum": [ "default", "native", "lldb", "rr" ], "type": "string" } }, "required": [ "backend" ], "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