diff --git a/src/create-prompt/index.ts b/src/create-prompt/index.ts index dda7ebaf..36c54bf7 100644 --- a/src/create-prompt/index.ts +++ b/src/create-prompt/index.ts @@ -698,15 +698,7 @@ ${sanitizeContent(eventData.commentBody)} ` : "" } -${` -IMPORTANT: You have been provided with the mcp__github_comment__update_claude_comment tool to update your comment. This tool automatically handles both issue and PR comments. - -Tool usage example for mcp__github_comment__update_claude_comment: -{ - "body": "Your comment text here" -} -Only the body parameter is required - the tool automatically knows which comment to update. -`} +IMPORTANT: Use the mcp__github_comment__update_claude_comment tool to update your comment (load it with ToolSearch first). Your task is to analyze the context, understand the request, and provide helpful responses and/or implement code changes as needed.