Skip to main content
Glama

Delve MCP

by dwisiswant0

test

Debug and test Go packages with custom flags using Delve MCP, enabling precise code analysis and troubleshooting in a TypeScript-based environment.

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

Other Tools from Delve MCP

Related Tools

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