Add Certificate check bypass to MCP SSE

When developing MCP SSE servers you cant connect to them in cursor as they fail certificate tests (self-signed?)

Would be nice to have an option to bypass that during development.

you can use localhost without https? just http?

Yes, have done that - but sometimes localhost is bound to routing (like traefik) for things like developing SSO / OIDC etc.

Edit: To explain, we’re developing in a stack which is terminated by a Traefik reverse proxy, on which the MCP we’ve created is sitting… these are TLS only stacks and to suddenly host on port 80 is almost not worth it.