Skip to content

Commit fe9c930

Browse files
committed
tools: report-feedback: strengthen language on privacy
GPT-5 is a bit too happy to share the host name, project name and installed packages. We don't want that included
1 parent d29070e commit fe9c930

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)