Exception: Otto::MCP::ToolNotFoundError

Inherits:
NotFoundError show all
Defined in:
lib/otto/mcp/errors.rb

Overview

Raised by Registry#call_tool when the requested tool name is not registered. Distinct from a tool that exists but fails during execution: the former is a named-entity lookup failure (JSON-RPC -32002, HTTP 404), the latter an execution fault (-32603, HTTP 500).

Method Summary

Methods inherited from NotFoundError

default_log_level, default_status

Methods inherited from HTTPError

default_log_level, default_status