Skip to main content
Glama

Delve MCP

by dwisiswant0

configureLogging

Enable debug logging for specific components in the Delve MCP server by specifying components and a log destination to facilitate troubleshooting and analysis of Go program debugging.

Instructions

Configure debug logging

Input Schema

NameRequiredDescriptionDefault
componentsYesComponents to enable logging for
destinationNoLog destination (file path or file descriptor)

Input Schema (JSON Schema)

{ "properties": { "components": { "description": "Components to enable logging for", "items": { "enum": [ "debugger", "gdbwire", "lldbout", "debuglineerr", "rpc", "dap", "fncall", "minidump", "stack" ], "type": "string" }, "type": "array" }, "destination": { "description": "Log destination (file path or file descriptor)", "type": "string" } }, "required": [ "components" ], "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