Skip to content

Commit c8d6ee1

Browse files
Update Description attribute to reflect new behavior
Co-authored-by: eiriktsarpalis <2813363+eiriktsarpalis@users.noreply.github.com>
1 parent 20a2268 commit c8d6ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ModelContextProtocol.ConformanceServer/Tools/ConformanceTools.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public static async Task<string> ToolWithProgress(
167167
/// Error handling tool - returns a success message for testing
168168
/// </summary>
169169
[McpServerTool(Name = "test_error_handling")]
170-
[Description("Tests error response handling")]
170+
[Description("Tests tool that returns success message")]
171171
public static string ErrorHandling()
172172
{
173173
return "Error handling test passed (no exception thrown)";

0 commit comments

Comments
 (0)