get_conversation_status
Monitor the status and progress of an active conversation session on the Deep Code Reasoning MCP Server by providing the session ID for real-time updates.
Instructions
Check the status and progress of an ongoing conversation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
session_id | Yes | ID of the conversation session |
Input Schema (JSON Schema)
{
"properties": {
"session_id": {
"description": "ID of the conversation session",
"type": "string"
}
},
"required": [
"session_id"
],
"type": "object"
}