[Server] Decouple Protocol from TransportInterface for reusability #305
pipeline.yaml
on: pull_request
inspector
1m 57s
qa
33s
Matrix: unit
Annotations
4 errors
|
qa
Process completed with exit code 1.
|
|
qa:
src/Server/Transport/StreamableHttpTransport.php#L28
PHPDoc tag `@extends` contains generic type Mcp\Server\Transport\BaseTransport<Psr\Http\Message\ResponseInterface> but class Mcp\Server\Transport\BaseTransport is not generic.
|
|
qa:
src/Server/Transport/StdioTransport.php#L22
PHPDoc tag `@extends` contains generic type Mcp\Server\Transport\BaseTransport<int> but class Mcp\Server\Transport\BaseTransport is not generic.
|
|
qa:
src/Server/Transport/InMemoryTransport.php#L22
PHPDoc tag `@extends` contains generic type Mcp\Server\Transport\BaseTransport<null> but class Mcp\Server\Transport\BaseTransport is not generic.
|