webui: remove unused sessionId, SDK handles it automatically
This commit is contained in:
parent
19c32a4c96
commit
5e71525cac
|
|
@ -109,7 +109,7 @@ export class MCPService {
|
|||
|
||||
return {
|
||||
transport: new StreamableHTTPClientTransport(url, {
|
||||
requestInit,
|
||||
requestInit
|
||||
}),
|
||||
type: MCPTransportType.STREAMABLE_HTTP
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue