@rowvyn/servicetitan-mcp 2.6.0 → 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 +16 -0
- package/build/chunks/chunk-G4IJR4SW.js +54 -0
- package/build/index.js +1 -1
- package/build/sse.js +1 -1
- package/build/streamable-http.js +1 -1
- package/package.json +4 -4
- package/build/chunks/chunk-WWRCCRR6.js +0 -54
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@ 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
|
+
|
|
16
|
+
## [2.6.1] - 2026-06-24
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
- **Job attachment routing** — job attachment create, get, and list tools now call the ServiceTitan Forms API paths directly instead of being rewritten to JPM job routes.
|
|
20
|
+
|
|
7
21
|
## [2.6.0] - 2026-06-10
|
|
8
22
|
|
|
9
23
|
### Added
|
|
@@ -268,6 +282,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
|
|
|
268
282
|
- Generated TOOLS.md tool catalog
|
|
269
283
|
- `.env.example` with all environment variables documented
|
|
270
284
|
|
|
285
|
+
[2.6.2]: https://github.com/montrellcruse/servicetitan-mcp/compare/v2.6.1...v2.6.2
|
|
286
|
+
[2.6.1]: https://github.com/montrellcruse/servicetitan-mcp/compare/v2.6.0...v2.6.1
|
|
271
287
|
[2.6.0]: https://github.com/montrellcruse/servicetitan-mcp/compare/v2.5.2...v2.6.0
|
|
272
288
|
[2.5.2]: https://github.com/montrellcruse/servicetitan-mcp/compare/v2.5.1...v2.5.2
|
|
273
289
|
[2.5.1]: https://github.com/montrellcruse/servicetitan-mcp/compare/v2.5.0...v2.5.1
|