You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport: feat(mcp): allow custom fetch for HTTP and SSE transports (#14159)
This is an automated backport of #14134 to the release-v6.0 branch. FYI
@jaydeep-pipaliya
This backport has conflicts that need to be resolved manually.
### `git cherry-pick` output
```
Auto-merging packages/mcp/src/tool/mcp-http-transport.test.ts
Auto-merging packages/mcp/src/tool/mcp-http-transport.ts
CONFLICT (content): Merge conflict in packages/mcp/src/tool/mcp-http-transport.ts
Auto-merging packages/mcp/src/tool/mcp-sse-transport.test.ts
Auto-merging packages/mcp/src/tool/mcp-sse-transport.ts
CONFLICT (content): Merge conflict in packages/mcp/src/tool/mcp-sse-transport.ts
Auto-merging packages/mcp/src/tool/mcp-transport.ts
error: could not apply a00d1d3... feat(mcp): allow custom fetch for HTTP and SSE transports (#14134)
hint: After resolving the conflicts, mark them with
hint: "git add/rm <pathspec>", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
```
---------
Co-authored-by: Jaydeep pipaliya <71074587+jaydeep-pipaliya@users.noreply.github.com>
Co-authored-by: Aayush Kapoor <aayushkapoor34@gmail.com>
0 commit comments