Skip to content

Commit 9f63fd2

Browse files
committed
fix
1 parent 6973e57 commit 9f63fd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/McpServer/Action/Resources/GetJsonSchemaResourceAction.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public function __invoke(ServerRequestInterface $request): ReadResourceResult
2525
{
2626
$this->logger->info('Getting JSON schema');
2727

28-
trap($this->getJsonSchema());
2928
return new ReadResourceResult([
3029
new TextResourceContents(
3130
text: $this->getJsonSchema(),

0 commit comments

Comments
 (0)