Skip to content

Commit 188fbb0

Browse files
committed
wip
1 parent cb4df86 commit 188fbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mcp/Tools/GetConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function schema(JsonSchema $schema): array
3636
*/
3737
public function handle(Request $request): Response
3838
{
39-
$key = $request->get('key')->value();
39+
$key = $request->get('key');
4040

4141
if (! Config::has($key)) {
4242
return Response::error("Config key '{$key}' not found.");

0 commit comments

Comments
 (0)