Skip to content

Commit bd5572c

Browse files
committed
wip
1 parent 5cfca10 commit bd5572c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Mcp/Tools/DatabaseQuery.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public function handle(Request $request): Response
7373
return Response::error('Only read-only queries are allowed (SELECT, SHOW, EXPLAIN, DESCRIBE, DESC, WITH … SELECT).');
7474
}
7575

76-
// Get connection name, converting to string or null
7776
$connectionName = $request->has('database') ? (string) $request->string('database') : null;
7877

7978
try {

0 commit comments

Comments
 (0)