Skip to content

Commit 7a68412

Browse files
committed
feat: Add output schema support to MCP tools
1 parent 24c73bd commit 7a68412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Capability/Registry/ToolReference.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function formatResult(mixed $toolExecutionResult): array
119119
*
120120
* @return array<string, mixed>|null the structured content, or null if not extractable
121121
*
122-
* @throws \JsonException if JSON encoding fails for non-Content array/object results
122+
* @throws \JsonException if JSON encoding fails for non-Content array/object results
123123
*/
124124
public function extractStructuredContent(mixed $toolExecutionResult): ?array
125125
{

0 commit comments

Comments
 (0)