Qore json Module 1.11.0
Loading...
Searching...
No Matches
McpServerHandler::McpPendingRequest hashdecl Reference

MCP pending request (server to client) information. More...

#include <McpServerHandler.qc.dox.h>

Public Attributes

auto requestId
 Request ID.
 
string method
 Method name.
 
date sentAt
 When the request was sent.
 
int timeout_ms
 Timeout in milliseconds.
 
Qore::Thread::Condition cond
 Condition variable for blocking waits.
 
Qore::Thread::Mutex lck
 Mutex for condition variable.
 
soft< hash< auto > > response
 Response from client (when received)
 
soft< hash< auto > > error
 Error from client (when received)
 
bool completed
 Whether response has been received.
 

Detailed Description

MCP pending request (server to client) information.


The documentation for this hashdecl was generated from the following file: