Skip to content

Commit 4a18b0e

Browse files
Update src/ModelContextProtocol.Core/McpException.cs
Co-authored-by: Stephen Toub <stoub@microsoft.com>
1 parent 1ce6696 commit 4a18b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelContextProtocol.Core/McpException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace ModelContextProtocol;
1010
/// endpoint; sensitive information should not be included. If sensitive details need to be included,
1111
/// a different exception type should be used.
1212
///
13-
/// This exception type can be thrown by MCP tools or tool call filters to propogate detailed error messages
13+
/// This exception type can be thrown by MCP tools or tool call filters to propagate detailed error messages
1414
/// from <see cref="Exception.Message"/> when a tool execution fails via a <see cref="CallToolResult"/>.
1515
/// For non-tool calls, this exception controls the message propogated via a <see cref="JsonRpcError"/>.
1616
///

0 commit comments

Comments
 (0)