Skip to content

Commit 19508b8

Browse files
committed
feat: Add output schema support to MCP tools
1 parent ea8ef34 commit 19508b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/server/conformance/Elements.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Mcp\Example\Server\Conformance;
1313

14-
use Mcp\Schema\Content\Content;
1514
use Mcp\Schema\Content\EmbeddedResource;
1615
use Mcp\Schema\Content\ImageContent;
1716
use Mcp\Schema\Content\PromptMessage;
@@ -29,9 +28,6 @@ final class Elements
2928
// Sample base64 encoded minimal WAV file for testing
3029
public const TEST_AUDIO_BASE64 = 'UklGRiYAAABXQVZFZm10IBAAAAABAAEAQB8AAAB9AAACABAAZGF0YQIAAAA=';
3130

32-
/**
33-
* @return CallToolResult[]
34-
*/
3531
public function toolMultipleTypes(): CallToolResult
3632
{
3733
return new CallToolResult([

0 commit comments

Comments
 (0)