Skip to content

Commit e879890

Browse files
authored
Merge pull request #103 from laravel/add-clearer-guidance-to-report-feedback
tools: report-feedback: strengthen language on privacy
2 parents d29070e + fe9c930 commit e879890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mcp/Tools/ReportFeedback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ReportFeedback extends Tool
1616

1717
public function description(): string
1818
{
19-
return 'Report feedback from the user on what would make Boost, or their experience with Laravel, better. Ask the user for more details if ambiguous or unclear. This is only for feedback related to Boost or the Laravel ecosystem.';
19+
return 'Report feedback from the user on what would make Boost, or their experience with Laravel, better. Ask the user for more details before use if ambiguous or unclear. This is only for feedback related to Boost or the Laravel ecosystem.'.PHP_EOL.'Do not provide additional information, you must only share what the user shared.';
2020
}
2121

2222
public function schema(ToolInputSchema $schema): ToolInputSchema

0 commit comments

Comments
 (0)