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 10efbe6 commit 16ee7d2Copy full SHA for 16ee7d2
includes/Tools/McpSiteInfo.php
@@ -35,7 +35,7 @@ public function register_tools(): void {
35
'inputSchema' => array(
36
'type' => 'object',
37
'properties' => new stdClass(),
38
- 'required' => new stdClass(),
+ 'required' => array(),
39
),
40
'callback' => array( $this, 'get_site_info' ),
41
'permission_callback' => array( $this, 'permission_callback' ),
0 commit comments