Skip to main content
Glama

Delve MCP

by dwisiswant0

setBackend

Configure the debugging backend for Go programs within the Delve MCP server. Choose from default, native, lldb, or rr to tailor the debugging environment.

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" }

Other Tools from Delve MCP

Related Tools

  • @dwisiswant0/delve-mcp
  • @dwisiswant0/delve-mcp
  • @dwisiswant0/delve-mcp
  • @dwisiswant0/delve-mcp
  • @dwisiswant0/delve-mcp
  • @dwisiswant0/delve-mcp

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