Skip to main content
Glama

Delve MCP

by dwisiswant0

configureLogging

Set up debug logging for specific components in Delve MCP, allowing detailed tracing of activities like debugging, RPC, and stack analysis by specifying log destinations and desired components.

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

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