We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cab610 commit c93ec04Copy full SHA for c93ec04
6 files changed
src/Enums/Transport.php
@@ -8,4 +8,5 @@ enum Transport: string
8
{
9
case Http = 'http';
10
case Stdio = 'stdio';
11
+ case HttpSse = 'http_sse';
12
}
0 commit comments