Bug: configure_logging_level returns the LoggingMessageNotification object instead of {}
MCP Inspector rejects this.
- MCP Inspector is correct. It rightfully rejects
{"level":"debug"} as an unrecognized key
- MCP gem 0.7.0 is non-compliant. It should return
{}.