diff --git a/client/src/App.tsx b/client/src/App.tsx index 39fc2812a..e315bafae 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -353,6 +353,8 @@ const App = () => { completionsSupported, connect: connectMcpServer, disconnect: disconnectMcpServer, + mcpSessionId, + mcpProtocolVersion, } = useConnection({ transportType, command, @@ -1251,6 +1253,8 @@ const App = () => { connectionType={connectionType} setConnectionType={setConnectionType} serverImplementation={serverImplementation} + mcpSessionId={mcpSessionId} + mcpProtocolVersion={mcpProtocolVersion} />