Skip to content

Commit e5926e9

Browse files
committed
tool: tinker: try to nudge away from creating test users ahead of time for a future test
1 parent 98fefa5 commit e5926e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mcp/Tools/Tinker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function description(): string
1818
return <<<'DESCRIPTION'
1919
Execute PHP code in the Laravel application context, like artisan tinker.
2020
Use this for debugging issues, checking if functions exist, and testing code snippets.
21-
You should not create models directly without explicit user approval. Prefer Unit/Feature tests using factories for functionality testing.
21+
You should not create models directly without explicit user approval. Prefer Unit/Feature tests using factories for functionality testing. Prefer existing artisan commands over custom tinker code.
2222
Returns the output of the code, as well as whatever is "returned" using "return".
2323
DESCRIPTION;
2424
}

0 commit comments

Comments
 (0)