cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::RequestExecutorOptions Struct Reference

Configuration for the background request executor. More...

#include <request.hpp>

Public Attributes

std::size_t worker_count = 4
 
std::size_t max_queue_size = 256
 

Detailed Description

Configuration for the background request executor.

The executor is used by RequestHandle::spawn() and by async request helpers that wrap blocking request paths in a background task. Defaults are tuned for local stdio/process-stdio MCP workloads.


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