mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
The fallback ServerHandler silently dropped requests with unknown methods, violating the JSON-RPC spec. Clients like Metals that send unrecognized requests would never receive a response, potentially causing timeouts or hangs. Return a -32601 (Method not found) error response instead. --------- Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>