Skip to content

Commit 7f9d372

Browse files
committed
fix: wip
1 parent def91d8 commit 7f9d372

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/MCP/Tools/Wrapper/ExecuteOperationTool.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ public function schema(JsonSchema $schema): array
3838
->description('Required only for "action" and "getter" operation types. The URI key of the specific action or getter to execute.'),
3939

4040
'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.'),
4342
];
4443
}
4544

0 commit comments

Comments
 (0)