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

Class MCPError

dash/mcp/types/exceptions.py:6–12  ·  view source on GitHub ↗

Base MCP error carrying a JSON-RPC error code.

Source from the content-addressed store, hash-verified

4
5
6class MCPError(Exception):
7 """Base MCP error carrying a JSON-RPC error code."""
8
9 code = -32603
10
11 def __init__(self, message: str):
12 super().__init__(message)
13
14
15class ToolNotFoundError(MCPError):

Callers 3

parse_task_idFunction · 0.90
get_task_resultFunction · 0.90
cancel_taskFunction · 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…