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 1f1fb96 commit 868598cCopy full SHA for 868598c
src/MCP/Concerns/McpIndexTool.php
@@ -17,7 +17,7 @@ trait McpIndexTool
17
{
18
public function indexTool(McpIndexRequest $request): array
19
20
- return $this->index($request)->getData();
+ return $this->index($request)->getData(true);
21
}
22
23
public static function indexToolSchema(JsonSchema $schema): array
0 commit comments