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 4463531 commit 15cb115Copy full SHA for 15cb115
dive_mcp_host/oap_plugin/models.py
@@ -19,7 +19,7 @@ class UserMcpConfig(BaseModel):
19
id: str
20
name: str
21
description: str
22
- transport: Literal["sse"]
+ transport: Literal["sse", "streamable"]
23
url: str
24
headers: dict[str, str]
25
0 commit comments