### Initial Checks - [x] I confirm that I'm using the newest release of my line (the latest 2.x, or the latest 1.x if I'm still on v1) - [x] I confirm that I searched for my issue in https://github.com/modelcontextprotocol/python-sdk/issues before opening this issue ### Release line 2.x (current stable) ### Description Any exception while reading a resource or getting a prompt is being logged, while any exception during a tool call is not. ### Example Code ```Python ``` ### Python & MCP Python SDK ```Text Python==3.13.5 mcp==2.x (latest main) ```
Initial Checks
Release line
2.x (current stable)
Description
Any exception while reading a resource or getting a prompt is being logged, while any exception during a tool call is not.
Example Code
Python & MCP Python SDK