Skip to content

Commit 15cb115

Browse files
committed
chore: add streamable support for oap plugin
1 parent 4463531 commit 15cb115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dive_mcp_host/oap_plugin/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class UserMcpConfig(BaseModel):
1919
id: str
2020
name: str
2121
description: str
22-
transport: Literal["sse"]
22+
transport: Literal["sse", "streamable"]
2323
url: str
2424
headers: dict[str, str]
2525

0 commit comments

Comments
 (0)