Skip to content

Releases: chrischall/homes-mcp

v1.1.3

Choose a tag to compare

@chrischall chrischall released this 06 Aug 00:41
ae03222

1.1.3 (2026-08-06)

Bug Fixes

  • deps: move to @fetchproxy/server 2.0.0 for the v3 handshake (#152) (4161d5e)

v1.1.2

Choose a tag to compare

@chrischall chrischall released this 30 Jul 12:52
2e5cee2

1.1.2 (2026-07-30)

Bug Fixes

  • deps: bump @fetchproxy/* to 1.7.0 and @chrischall/mcp-utils to 0.14.0 (#144) (9d48e0a)

v1.1.1

Choose a tag to compare

@chrischall chrischall released this 19 Jul 12:45
0139b4b

1.1.1 (2026-07-19)

Documentation

  • replace duplicated fleet policy with a pointer (#135) (a3f46f9)

v1.1.0

Choose a tag to compare

@chrischall chrischall released this 13 Jul 16:48
1a37f06

1.1.0 (2026-07-13)

Features

  • skill: add homes.com fpx access skill (#131) (64d8f9e)

Refactor

  • skill: move root SKILL.md into skills/, point plugin.json at ./skills/ (#133) (7f5a42f)

v1.0.3

Choose a tag to compare

@chrischall chrischall released this 07 Jul 15:09
457c6bc

1.0.3 (2026-07-07)

Bug Fixes

  • bump @chrischall/mcp-utils to 0.12.0 (ReDoS + secret-redaction security fixes + detail hook / scrape subpath) (#126) (36c4f56)

Refactor

  • shared SessionNotAuthenticatedError + readPortEnv (#123) (ac25542)

v1.0.2

Choose a tag to compare

@chrischall chrischall released this 15 Jun 14:32
b03e73b

1.0.2 (2026-06-15)

Documentation

  • audit CLAUDE.md + add auto-review follow-up convention (#109) (9a7dbbe)
  • require Conventional Commit PR titles for release-please (#107) (d2ae924)

v1.0.1

Choose a tag to compare

@chrischall chrischall released this 13 Jun 00:53
3de66bd

1.0.1 (2026-06-13)

Bug Fixes

  • bot PRs bypass the CI gate unconditionally (#103) (08cc701)

Documentation

  • add MIT LICENSE file and README badges (#100) (71c3869)

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)

v0.12.2

Choose a tag to compare

@chrischall chrischall released this 07 Jun 19:34
be00ab6

0.12.2 (2026-06-07)

Documentation

  • neutral wording for fetchproxy routing in marketplace description (#88) (7470880)

v0.12.1

Choose a tag to compare

@chrischall chrischall released this 04 Jun 04:28
a37dae0

0.12.1 (2026-06-04)

Bug Fixes

  • adopt @fetchproxy/server 1.0.0 + @chrischall/mcp-utils 0.5.0 (#86) (10d3a63)