Skip to main content
Glama

Delve MCP

by dwisiswant0

debug

Debug Go packages directly with build flags, enabling efficient troubleshooting and analysis of Go programs. Simplifies debugging workflows using natural language commands.

Instructions

Start debugging a Go package

Input Schema

NameRequiredDescriptionDefault
buildFlagsNoBuild flags to pass to the compiler
packageNoPackage to debug (defaults to current directory)

Input Schema (JSON Schema)

{ "properties": { "buildFlags": { "description": "Build flags to pass to the compiler", "type": "string" }, "package": { "description": "Package to debug (defaults to current directory)", "type": "string" } }, "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