webui: remove unused sessionId, SDK handles it automatically

This commit is contained in:
Pascal 2026-01-26 16:41:19 +01:00
parent 19c32a4c96
commit 5e71525cac
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
};