Skip to main content
Glama

Delve MCP

by dwisiswant0

stepout

Exit the current function during a Go debugging session using Delve MCP, allowing you to trace and analyze code flow efficiently. Requires a valid session ID.

Instructions

Step out of current function

Input Schema

NameRequiredDescriptionDefault
sessionIdYesID of the debug session

Input Schema (JSON Schema)

{ "properties": { "sessionId": { "description": "ID of the debug session", "type": "string" } }, "required": [ "sessionId" ], "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