A.G

Results 28 comments of A.G

I tried your suggestion by building everything myself and it worked 👍 What I did: ```dockerfile FROM python:3.13.4-bookworm RUN apt update ENV ECCODES_VERSION=2.41.0 # Fetch eccodes sources and build it...

Thank you for the report. Do you have other information about the error? A specific package identified as the root cause of the problem? We updated 2 dependencies since 3.0.2...

No I don't. I only have the diff between our 2 package versions. We will have to dig into every updated package... https://github.com/Callidon/bloom-filters/compare/v3.0.2...v3.0.4

up! 🫡 Is there is any work on this since then? We're also debating on how to properly define subclassed methods and having a rule about enforcing the usage of...

You can use this patch, but this is not a long-term solution as it will obfuscate any other RuntimeError(s) and maybe create other errors that should not happen. ```python from...

@Nedomas Without my patch and with the supergateway 2.7.0 I still get the error when I reload my server. At this point I think supergateway is working correctly and it...

Unrelated to the issue but, for those interested to completely fix your problem, then use the recommended streamable http protocol implementation in stateless mode with mcp-remote/supergateway as proxy. It should...

@nafan2008 Just follow their examples: https://github.com/modelcontextprotocol/python-sdk/blob/main/examples/servers/simple-streamablehttp/mcp_simple_streamablehttp/server.py And use [mcp-remote](https://github.com/geelen/mcp-remote) like that (adapt to your needs): ```json { "mcpServers": { "myserver": { "command": "npx", "args": [ "-y", "mcp-remote", "http://localhost:8000/mcp", "--header", "Authorization:...