Describe the bug
I manually set the authentication header:
however the inspector still tries to go through the oauth flow which won't work because the provider endpoints it tries to use do no support cors.
To Reproduce
Steps to reproduce the behavior:
- Manually set the authentication header
- Connect to MCP
- notice it still tries to go through oauth flow
Expected behavior
If the authentication header is manually set, inspector should just use it rather than trying to go through the oauth flow.
The MCP server in question uses C# sdk with entra auth