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 cb4df86 commit 188fbb0Copy full SHA for 188fbb0
src/Mcp/Tools/GetConfig.php
@@ -36,7 +36,7 @@ public function schema(JsonSchema $schema): array
36
*/
37
public function handle(Request $request): Response
38
{
39
- $key = $request->get('key')->value();
+ $key = $request->get('key');
40
41
if (! Config::has($key)) {
42
return Response::error("Config key '{$key}' not found.");
0 commit comments