Skip to content

Commit c93ec04

Browse files
Feat: Http SSE transport as per '2024-11-05' MCP spec (#34)
Co-authored-by: TJ Miller <tj@themillers.co>
1 parent 2cab610 commit c93ec04

6 files changed

Lines changed: 1148 additions & 0 deletions

File tree

src/Enums/Transport.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ enum Transport: string
88
{
99
case Http = 'http';
1010
case Stdio = 'stdio';
11+
case HttpSse = 'http_sse';
1112
}

0 commit comments

Comments
 (0)