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
Currently, ToolHive passes through certain headers to MCP servers as a side effect of not stripping them, rather than through intentional configuration. We should implement explicit support for specifying additional headers to forward to MCP servers.
Requirements:
Add configuration option to define a list of headers that should be passed through to MCP servers
Support this functionality in both local and Kubernetes deployment modes
Make header passthrough behavior intentional and documented rather than incidental