@rowvyn/servicetitan-mcp 2.6.1 → 2.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
6
6
 
7
+ ## [Unreleased]
8
+
9
+ ## [2.6.2] - 2026-07-13
10
+
11
+ ### Fixed
12
+ - **Appointment assignment payload** — `scheduling_appointment_assignments_assign_technicians` now accepts `jobAppointmentId` with `technicianIds[]` and posts the ServiceTitan API's expected body shape.
13
+ - **Dispatch job creation appointments** — `dispatch_jobs_create` now accepts the ServiceTitan JPM create-job appointment payload and validates the documented required job fields before posting.
14
+ - **Estimate line item SKUs** — estimate create and item update schemas now expose `skuId`/`skuName`, forward documented `quantity`/`unitPrice` fields, and preserve `qty`/`unitRate` as compatibility aliases.
15
+
7
16
  ## [2.6.1] - 2026-06-24
8
17
 
9
18
  ### Fixed
@@ -273,6 +282,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
273
282
  - Generated TOOLS.md tool catalog
274
283
  - `.env.example` with all environment variables documented
275
284
 
285
+ [2.6.2]: https://github.com/montrellcruse/servicetitan-mcp/compare/v2.6.1...v2.6.2
276
286
  [2.6.1]: https://github.com/montrellcruse/servicetitan-mcp/compare/v2.6.0...v2.6.1
277
287
  [2.6.0]: https://github.com/montrellcruse/servicetitan-mcp/compare/v2.5.2...v2.6.0
278
288
  [2.5.2]: https://github.com/montrellcruse/servicetitan-mcp/compare/v2.5.1...v2.5.2