webui: remove unused sessionId, SDK handles it automatically

This commit is contained in:
Pascal 2026-01-26 16:41:19 +01:00 committed by Aleksander Grygier
parent c7553fb750
commit b0bb4d673a
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ export class MCPService {
return {
transport: new StreamableHTTPClientTransport(url, {
requestInit,
requestInit
}),
type: MCPTransportType.STREAMABLE_HTTP
};