Working with an MCP server secured behind an API gateway using M2M credentials. Currently, we must manually obtain a token and paste it as a custom Bearer header. It would be useful if the inspector could handle the client_credentials flow natively — taking a Client ID, Client Secret, and token endpoint, then obtaining and using the Bearer token automatically.
Working with an MCP server secured behind an API gateway using M2M credentials. Currently, we must manually obtain a token and paste it as a custom
Bearerheader. It would be useful if the inspector could handle theclient_credentialsflow natively — taking a Client ID, Client Secret, and token endpoint, then obtaining and using theBearertoken automatically.