Alexander Bartosh
Alexander Bartosh
Might be relates with this one: https://github.com/dotnet/spark/issues/494
Same here, for me the workaround was adding network_mode: nat Docker run does the same. ``` services: mongo: image: mongo restart: unless-stopped network_mode: nat networks: - nat networks: nat: external:...
@arsnyder16 Thank you for such a nice BUG report @JohnRusk We are experiencing the same issue: Running within the cluster kubectl sometimes bails out with: **Unable to connect to the...
@terencet-dev here it is: 2212140050001183
@fengalex43 I can no longer check this for you
I have just checked v0.16.5: My use-case is OAuth with Public Client The inspector allows setting client Id ✅ Using https://github.com/modelcontextprotocol/csharp-sdk/tree/main/samples/ProtectedMcpServer as opensource example: MCP behaves as resource server (http://[localhost:7071/.well-known/oauth-protected-resource](http://localhost:7071/.well-known/oauth-protected-resource))...