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 143c2f9 commit f1cb36fCopy full SHA for f1cb36f
src/MCP/Servers/WP_CLI/Tools/CliCommands.php
@@ -106,7 +106,7 @@ public function get_tools(): array {
106
'properties' => $properties,
107
'required' => $required,
108
],
109
- 'callable' => function ( $params ) use ( $command_name, $synopsis_spec ) {
+ 'callback' => function ( $params ) use ( $command_name, $synopsis_spec ) {
110
$args = [];
111
$assoc_args = [];
112
0 commit comments