MCPcopy Index your code
hub / github.com/plotly/dash / ToolNotFoundError

Class ToolNotFoundError

dash/mcp/types/exceptions.py:15–18  ·  view source on GitHub ↗

Tool name not found in the callback registry.

Source from the content-addressed store, hash-verified

13
14
15class ToolNotFoundError(MCPError):
16 """Tool name not found in the callback registry."""
17
18 code = -32601
19
20
21class InvalidParamsError(MCPError):

Callers 2

call_toolMethod · 0.90
call_toolFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…