|
cxxmcp 1.1.6
C++ MCP SDK
|
Execution configuration advertised with a tool definition. More...
#include <tool.hpp>
Public Member Functions | |
| ToolExecution & | with_task_support (TaskSupport value) & |
| Sets the optional task support mode on an lvalue execution object. | |
| ToolExecution && | with_task_support (TaskSupport value) && |
| Sets the optional task support mode while preserving fluent temporary use. | |
Public Attributes | |
| std::optional< TaskSupport > | task_support |
| Optional task support mode. Missing means forbidden by default. | |
Execution configuration advertised with a tool definition.