We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871152a commit 50bb5f2Copy full SHA for 50bb5f2
2 files changed
src/deepset_mcp/main.py
@@ -20,6 +20,7 @@ class TransportEnum(StrEnum):
20
21
STDIO = "stdio"
22
STREAMABLE_HTTP = "streamable-http"
23
+ SSE = "sse"
24
25
26
app = typer.Typer(
0 commit comments