Skip to main content
Glama

Deep Code Reasoning MCP Server

by haasonsaas
MIT License
19

continue_conversation

Resume and extend code analysis discussions by providing a session ID and Claude's response. Enables ongoing debugging and insight generation for complex programming tasks.

Instructions

Continue an ongoing analysis conversation

Input Schema

NameRequiredDescriptionDefault
include_code_snippetsNoWhether to include code snippets in response
messageYesClaude's response or follow-up question
session_idYesID of the conversation session

Input Schema (JSON Schema)

{ "properties": { "include_code_snippets": { "description": "Whether to include code snippets in response", "type": "boolean" }, "message": { "description": "Claude's response or follow-up question", "type": "string" }, "session_id": { "description": "ID of the conversation session", "type": "string" } }, "required": [ "session_id", "message" ], "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/haasonsaas/deep-code-reasoning-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server