Skip to content

v1.0.0

Choose a tag to compare

@chrischall chrischall released this 10 Jun 02:09
f715774

1.0.0 (2026-06-10)

⚠ BREAKING CHANGES

  • sessions: homes_register_session's input param account_hint (optional, free-text) is replaced by account_identity (required, min 1 char), matching the shared fleet schema (zillow/redfin). Callers that relied on registering an unlabelled session, or that passed account_hint, must now pass a non-empty account_identity. The register response shape is now { session, active_session_id } (was { session_id, active }). The mark_active param is RETAINED and unchanged. set_active_session and get_session_context tool names/inputs are unchanged.

Bug Fixes

  • bound homes_bulk_get with an overall deadline + pending backfill (#96) (8e3f4e7)
  • redact secrets from non-2xx error body previews (#93) (7003942)

Refactor

  • adopt mcp-utils 0.10 fetchproxy factory + runBoundedBatch (#99) (ab872e8)
  • adopt shared HTML helpers from @chrischall/mcp-utils 0.7.0 (#95) (9c800a6)
  • features: adopt mcp-utils createCachedJsonArrayLoader (#98) (f565bbe)
  • sessions: adopt shared registerSessionTools (#97) (966eab1)