-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Update server-fetch proxy implementation for httpx 0.28+ #1146
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestserver-fetchReference implementation for the Fetch MCP server - src/fetchReference implementation for the Fetch MCP server - src/fetch
Description
Is your feature request related to a problem? Please describe.
Proxy handling was recently added to server-fetch using the deprecated proxies argument from httpx<0.28.0: #816
Describe the solution you'd like
Switch to explicit AsyncClient creation as described here: https://github.com/encode/httpx/issues/3424
That way we can update the httpx dependency to newer versions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestserver-fetchReference implementation for the Fetch MCP server - src/fetchReference implementation for the Fetch MCP server - src/fetch