Commit 6dde065
fix: enable HTTP redirect handling in SSE client
Updated the httpx AsyncClient to explicitly set follow_redirects=True to handle
redirect responses from remote MCP servers. This fixes an issue where connections
to servers that return redirects (like yo-mcp.com) would fail.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 7196604 commit 6dde065
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments