When an exception happens during tool calls, if it's not MCPException, the error message is [$"An error occurred invoking '{request.Params?.Name}'."; ](https://github.com/modelcontextprotocol/csharp-sdk/blob/ab51400ba01de6c465f7f17fb802f20d1f5121bd/src/ModelContextProtocol.Core/Server/AIFunctionMcpServerTool.cs#L235C1-L236C1) The message doesn't contain too much info, why can't we print exception type and message as well?
When an exception happens during tool calls, if it's not MCPException, the error message is $"An error occurred invoking '{request.Params?.Name}'.";
The message doesn't contain too much info, why can't we print exception type and message as well?