Skip to main content
Glama

Delve MCP

by dwisiswant0

test

Debug tests in Go packages using the Delve MCP server. Specify package paths and test flags to identify and resolve issues in your Go code.

Instructions

Debug tests in a package

Input Schema

NameRequiredDescriptionDefault
packageNoPackage to test (defaults to current directory)
testFlagsNoFlags to pass to go test

Input Schema (JSON Schema)

{ "properties": { "package": { "description": "Package to test (defaults to current directory)", "type": "string" }, "testFlags": { "description": "Flags to pass to go test", "items": { "type": "string" }, "type": "array" } }, "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