MCP pending request (server to client) information.
More...
#include <McpServerHandler.qc.dox.h>
|
|
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.
|
| |
MCP pending request (server to client) information.
The documentation for this hashdecl was generated from the following file:
- doxygen/qlib/McpServerHandler/McpServerHandler.qc.dox.h