Skip to content

Commit 868598c

Browse files
committed
fix: wip
1 parent 1f1fb96 commit 868598c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MCP/Concerns/McpIndexTool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ trait McpIndexTool
1717
{
1818
public function indexTool(McpIndexRequest $request): array
1919
{
20-
return $this->index($request)->getData();
20+
return $this->index($request)->getData(true);
2121
}
2222

2323
public static function indexToolSchema(JsonSchema $schema): array

0 commit comments

Comments
 (0)