Hey again, I hope its no bother, is it possible for you to make it so that agent clients like Claude code, cursor, etc.., can connect to your MCP server through "http" and "sse" networks? So for instance, I would point my mcp server to http://127.0.0.1:8000/mcp , in order to make a more "remote" project work? If you could also do this for your Godot and Unity MCP servers that would be awesome as well.
EDIT: I forgot to mention, the current method that you are using for these MCP servers is Websocket, which makes it difficuilt to work on projects remotely, thats why I was wondering if it was possible to use streamable http/sse.
Thank you!!!