Skip to content

Commit 56217b6

Browse files
committed
feat: Add output schema support to MCP tools
1 parent c110eea commit 56217b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ final class Builder
8888
* annotations: ?ToolAnnotations,
8989
* icons: ?Icon[],
9090
* meta: ?array<string, mixed>,
91-
* output: ?array<string, mixed>,
91+
* outputSchema: ?array<string, mixed>,
9292
* }[]
9393
*/
9494
private array $tools = [];

0 commit comments

Comments
 (0)