cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::server::ToolRegistry Member List

This is the complete list of members for mcp::server::ToolRegistry, including all inherited members.

add(protocol::ToolDefinition definition, ToolHandler handler)mcp::server::ToolRegistry
call(std::string_view name, protocol::Json arguments) constmcp::server::ToolRegistry
call(protocol::ToolCall call) constmcp::server::ToolRegistry
call(std::string_view name, protocol::Json arguments, const SessionContext &session_context) constmcp::server::ToolRegistry
call(protocol::ToolCall call, const SessionContext &session_context) constmcp::server::ToolRegistry
call(protocol::ToolCall call, const SessionContext &session_context, CancellationToken cancellation) constmcp::server::ToolRegistry
call(protocol::ToolCall call, const SessionContext &session_context, CancellationToken cancellation, const JsonSchemaValidator *schema_validator) const (defined in mcp::server::ToolRegistry)mcp::server::ToolRegistry
call(std::string_view name, protocol::Json arguments, const std::string &session_id) constmcp::server::ToolRegistry
get(std::string_view name) constmcp::server::ToolRegistry
list() constmcp::server::ToolRegistry
operator=(const ToolRegistry &other) (defined in mcp::server::ToolRegistry)mcp::server::ToolRegistry
operator=(ToolRegistry &&other) noexcept (defined in mcp::server::ToolRegistry)mcp::server::ToolRegistry
ToolRegistry()=default (defined in mcp::server::ToolRegistry)mcp::server::ToolRegistry
ToolRegistry(const ToolRegistry &other) (defined in mcp::server::ToolRegistry)mcp::server::ToolRegistry
ToolRegistry(ToolRegistry &&other) noexcept (defined in mcp::server::ToolRegistry)mcp::server::ToolRegistry
validate(const protocol::ToolCall &call) constmcp::server::ToolRegistry