Issue
When using a any model provider, any prompt in the playground chat throws "An error occurred: Hosted mode requires HTTPS server URLs"
How to reproduce
- Run MCPJam Inspector locally using
npx -y @mcpjam/inspector@latest (currently v2.6.1)
- Configure a provider in Settings > Organisation Models
- Configure connection to a local MCP server on e.g.
http://localhost:8080/mcp
- Connect to the local MCP server
- Go to Playground
- Select a model from Your providers section
- Send any prompt
- See "An error occurred: Hosted mode requires HTTPS server URLs"
Expected Behaviour
MCP server replies
Platform
Additional Context
Everything works fine with free models though.
I fell back to version 2.5.0 because of the issue where the exact same custom provider configuration still works correctly.
Issue
When using a any model provider, any prompt in the playground chat throws "An error occurred: Hosted mode requires HTTPS server URLs"
How to reproduce
npx -y @mcpjam/inspector@latest(currently v2.6.1)http://localhost:8080/mcpExpected Behaviour
MCP server replies
Platform
npxAdditional Context
Everything works fine with free models though.
I fell back to version 2.5.0 because of the issue where the exact same custom provider configuration still works correctly.