Skip to content

Commit ab51f09

Browse files
committed
wip
1 parent bd5572c commit ab51f09

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Mcp/Tools/GetConfig.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ public function description(): string
2626
*/
2727
public function schema(JsonSchema $schema): array
2828
{
29-
return [];
29+
return [
30+
$schema
31+
->string('key')
32+
->description('The config key in dot notation (e.g., "app.name", "database.default")')
33+
->required(),
34+
];
3035
}
3136

3237
/**

0 commit comments

Comments
 (0)