Skip to content

Commit a5550e4

Browse files
rfearingCopilot
andauthored
Update pkg/github/notifications.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 569711f commit a5550e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/notifications.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ func ManageNotifications(getClient GetClientFn, t translations.TranslationHelper
198198
if err != nil {
199199
return nil, fmt.Errorf("failed to read response body: %w", err)
200200
}
201-
return mcp.NewToolResultError(fmt.Sprintf("failed to mark notification as done: %s", string(body))), nil
201+
return mcp.NewToolResultError(fmt.Sprintf("failed to mark all notifications as read: %s", string(body))), nil
202202
}
203203

204204
return mcp.NewToolResultText("Notification marked as done"), nil

0 commit comments

Comments
 (0)