Skip to content

[Server] Implemented MCP logging specification with auto-injection #173

[Server] Implemented MCP logging specification with auto-injection

[Server] Implemented MCP logging specification with auto-injection #173

Triggered via pull request October 11, 2025 20:00
Status Failure
Total duration 47s
Artifacts

pipeline.yaml

on: pull_request
Matrix: unit
Fit to window
Zoom out
Zoom in

Annotations

20 errors
unit (8.4, lowest)
Process completed with exit code 1.
unit (8.4, highest)
The operation was canceled.
unit (8.4, highest)
The strategy configuration was canceled because "unit._8_4_lowest" failed
unit (8.1, lowest)
The operation was canceled.
unit (8.1, lowest)
The strategy configuration was canceled because "unit._8_4_lowest" failed
unit (8.1, highest)
The operation was canceled.
unit (8.1, highest)
The strategy configuration was canceled because "unit._8_4_lowest" failed
unit (8.3, highest)
The operation was canceled.
unit (8.3, highest)
The strategy configuration was canceled because "unit._8_4_lowest" failed
unit (8.3, lowest)
The operation was canceled.
unit (8.3, lowest)
The strategy configuration was canceled because "unit._8_4_lowest" failed
unit (8.2, lowest)
The operation was canceled.
unit (8.2, lowest)
The strategy configuration was canceled because "unit._8_4_lowest" failed
unit (8.2, highest)
The operation was canceled.
unit (8.2, highest)
The strategy configuration was canceled because "unit._8_4_lowest" failed
qa
Process completed with exit code 1.
qa: tests/Unit/Server/NotificationSenderTest.php#L30
Property Tests\Unit\Server\NotificationSenderTest::$transport with generic interface Mcp\Server\Transport\TransportInterface does not specify its types: TResult
qa: src/Server/NotificationSender.php#L41
Method Mcp\Server\NotificationSender::setTransport() has parameter $transport with generic interface Mcp\Server\Transport\TransportInterface but does not specify its types: TResult
qa: src/Server/NotificationSender.php#L31
Method Mcp\Server\NotificationSender::__construct() has parameter $transport with generic interface Mcp\Server\Transport\TransportInterface but does not specify its types: TResult
qa: examples/stdio-logging-showcase/server.php#L32
Call to an undefined method Mcp\Server::connect().