You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/MCP/Tools/Wrapper/ExecuteOperationTool.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,7 @@ public function schema(JsonSchema $schema): array
38
38
->description('Required only for "action" and "getter" operation types. The URI key of the specific action or getter to execute.'),
39
39
40
40
'parameters' => $schema->object()
41
-
->description('The parameters to pass to the operation. The required parameters depend on the operation type. Use get-operation-details to see the schema for the specific operation.')
42
-
->required(),
41
+
->description('The parameters to pass to the operation. The required parameters depend on the operation type. Use get-operation-details to see the schema for the specific operation.'),
0 commit comments