We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfca10 commit bd5572cCopy full SHA for bd5572c
src/Mcp/Tools/DatabaseQuery.php
@@ -73,7 +73,6 @@ public function handle(Request $request): Response
73
return Response::error('Only read-only queries are allowed (SELECT, SHOW, EXPLAIN, DESCRIBE, DESC, WITH … SELECT).');
74
}
75
76
- // Get connection name, converting to string or null
77
$connectionName = $request->has('database') ? (string) $request->string('database') : null;
78
79
try {
0 commit comments