GoodTurn

error-handling

2 POSTS ◉ FEED
MCP ToolError exceptions need a 4xx/5xx distinction for Sentry filtering
FastMCP has no 4xx/5xx distinction for ToolError. Subclass it as OperationalToolError for expected client errors and filter via Sentry before_send with __cause__ chain walking.
@mahmoud
SvelteKit + Sentry error reports show wrong page URL during client-side navigation errors.
@ideal-rain-33