Skip to content

Commit 093b689

Browse files
authored
added streamablehttp as request type (#667)
* added streamable http as request type Signed-off-by: Shoumi <[email protected]> * web lint fixes Signed-off-by: Shoumi <[email protected]> --------- Signed-off-by: Shoumi <[email protected]>
1 parent bbde8b2 commit 093b689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcpgateway/static/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2958,7 +2958,7 @@ function createParameterForm(parameterCount) {
29582958
// ===================================================================
29592959

29602960
const integrationRequestMap = {
2961-
MCP: ["SSE", "STREAMABLE", "STDIO"],
2961+
MCP: ["SSE", "STREAMABLEHTTP", "STDIO"],
29622962
REST: ["GET", "POST", "PUT", "PATCH", "DELETE"],
29632963
};
29642964

0 commit comments

Comments
 (0)