add support for streamable http server

This commit is contained in:
Shiv Deepak Muddada
2025-04-09 20:47:53 -07:00
parent a3a1ad47fa
commit 638603c0f3
4 changed files with 13 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ import { getMCPServerRequestTimeout } from "@/utils/configUtils";
import { InspectorConfig } from "../configurationTypes";
interface UseConnectionOptions {
transportType: "stdio" | "sse";
transportType: "stdio" | "sse" | "streamable-http";
command: string;
args: string;
sseUrl: string;