This repository aims to demonstrate the bug we discover while migrating from mariadb-java-client 2.7.1 to 3.0.5. We store a UUID in a BINARY(16) column. We convert the UUID to a byte[] before writing.
While Streamable HTTP would be the ideal alternative for decoupled communication, the current MCP Java SDK only supports SSE (Server-Sent Events) and stdio transports - not Streamable HTTP. This ...