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,