"""Base error raised by MCP tool handlers.""" from __future__ import annotations [docs] class ToolError(Exception): """Base error raised by MCP tool handlers."""