We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce6696 commit 4a18b0eCopy full SHA for 4a18b0e
src/ModelContextProtocol.Core/McpException.cs
@@ -10,7 +10,7 @@ namespace ModelContextProtocol;
10
/// endpoint; sensitive information should not be included. If sensitive details need to be included,
11
/// a different exception type should be used.
12
///
13
-/// This exception type can be thrown by MCP tools or tool call filters to propogate detailed error messages
+/// This exception type can be thrown by MCP tools or tool call filters to propagate detailed error messages
14
/// from <see cref="Exception.Message"/> when a tool execution fails via a <see cref="CallToolResult"/>.
15
/// For non-tool calls, this exception controls the message propogated via a <see cref="JsonRpcError"/>.
16
0 commit comments