From c3ac7d9ff0323315993202952e5564dcda087789 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 21 Jan 2026 00:01:06 +0000 Subject: [PATCH] log.debug content --- entry | 1 + mcp/reviewComments.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/entry b/entry index 85877db..4cdadd8 100755 --- a/entry +++ b/entry @@ -121393,6 +121393,7 @@ function GetReviewCommentsTool(ctx) { const commentsPath = join5(tempDir, filename); writeFileSync3(commentsPath, content); log.debug(`wrote ${leafComments.length} comments to ${commentsPath}`); + log.debug(`content: ${content}`); return { review_id, pull_number, diff --git a/mcp/reviewComments.ts b/mcp/reviewComments.ts index da71366..81858dc 100644 --- a/mcp/reviewComments.ts +++ b/mcp/reviewComments.ts @@ -279,6 +279,7 @@ export function GetReviewCommentsTool(ctx: ToolContext) { const commentsPath = join(tempDir, filename); writeFileSync(commentsPath, content); log.debug(`wrote ${leafComments.length} comments to ${commentsPath}`); + log.debug(`content: ${content}`); return { review_id,