Skip to content

Commit 9a9198e

Browse files
committed
Fix transport arguments of McpController
1 parent 00da77e commit 9a9198e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp-bundle/src/Controller/McpController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function handle(Request $request): Response
4040
$this->httpMessageFactory->createRequest($request),
4141
$this->responseFactory,
4242
$this->streamFactory,
43-
$this->logger ?? new NullLogger(),
43+
logger: $this->logger,
4444
);
4545

4646
return $this->httpFoundationFactory->createResponse(

0 commit comments

Comments
 (0)