Files
Claude 0b3c2ebc8a fix: track main's optional serverInfo and empty-string server version
main now types Client.server_info as Implementation | None (serverInfo is
optional at 2026-07-28) and defaults server version to "" instead of None.

- ServerCard.from_server treats a derived empty version as unset, so a
  server without a version still fails card validation
- reconcile_server_card accepts server_info=None: an anonymous server makes
  no identity claim, so only the protocol version check applies
2026-08-02 18:46:21 +00:00
..
2024-09-24 22:04:19 +01:00