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 5fb1a3b commit c5546feCopy full SHA for c5546fe
includes/Tools/McpRestApiCrud.php
@@ -50,8 +50,6 @@ public function register_tools(): void {
50
'type' => 'read',
51
'inputSchema' => array(
52
'type' => 'object',
53
- 'properties' => new \stdClass(),
54
- 'required' => new \stdClass(),
55
),
56
'callback' => array( $this, 'get_available_tools' ),
57
'permission_callback' => '__return_true',
0 commit comments