Skip to content

Commit 420662a

Browse files
authored
feat: support sse transport (#199)
1 parent 871152a commit 420662a

File tree

2 files changed

+806
-727
lines changed

2 files changed

+806
-727
lines changed

src/deepset_mcp/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class TransportEnum(StrEnum):
2020

2121
STDIO = "stdio"
2222
STREAMABLE_HTTP = "streamable-http"
23+
SSE = "sse"
2324

2425

2526
app = typer.Typer(

0 commit comments

Comments
 (0)