-
Notifications
You must be signed in to change notification settings - Fork 1.8k
StreamableHTTPClientTransport is not implementing Transport properly #861
Copy link
Copy link
Open
Labels
P3Nice to haves, rare edge casesNice to haves, rare edge casesbugSomething isn't workingSomething isn't workingneeds designValid issue but needs maintainer alignment on design or approachValid issue but needs maintainer alignment on design or approachpotentially closeBot recommends closing — needs maintainer reviewBot recommends closing — needs maintainer reviewv2Ideas, requests and plans for v2 of the SDK which will incorporate major changes and fixesIdeas, requests and plans for v2 of the SDK which will incorporate major changes and fixes
Metadata
Metadata
Assignees
Labels
P3Nice to haves, rare edge casesNice to haves, rare edge casesbugSomething isn't workingSomething isn't workingneeds designValid issue but needs maintainer alignment on design or approachValid issue but needs maintainer alignment on design or approachpotentially closeBot recommends closing — needs maintainer reviewBot recommends closing — needs maintainer reviewv2Ideas, requests and plans for v2 of the SDK which will incorporate major changes and fixesIdeas, requests and plans for v2 of the SDK which will incorporate major changes and fixes
Describe the bug
There is a mismatch in type of Transport and StreamableHTTPClientTransport
To Reproduce
Typescript compilation is failing
Expected behavior
StreamableHTTPClientTransport should implement Transport properly
Additional context
Add any other context about the problem here.