libtmux::mcp::CallContext
C++
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++
- Swift Unavailable
-
Discussed in C++ MCP API
Members
- is_cancelled : std::function< bool()>
- progress : std::function< void(double, std::optional< double >, std::string)>
- call_tool : std::function< ToolResult(std::string_view, const Arguments &)>
- can_call_read_tool : std::function< bool(std::string_view)>
- report ( completed : double , total : std::optional< double > , message : std::string ) void