Open
Description
The SSE implementation of the MCP client currently hard codes http.DefaultClient
https://github.com/golang/tools/blob/439ea2f0f815f46421aaecd85ffd0f75b0a303f9/internal/mcp/sse.go#L336
It should be possible to provide your own http.Client
if customization of the client is needed.
Metadata
Metadata
Assignees
Labels
Issues asking for a new feature that does not need a proposal.Issues that have a fix which has not yet been reviewed or submitted.Feedback is required from experts, contributors, and/or the community before a change can be made.This label describes issues relating to any tools in the x/tools repository.