@rowvyn/servicetitan-mcp 2.6.0 → 2.6.1
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,11 @@ 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
|
+
## [2.6.1] - 2026-06-24
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- **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.
|
|
11
|
+
|
|
7
12
|
## [2.6.0] - 2026-06-10
|
|
8
13
|
|
|
9
14
|
### Added
|
|
@@ -268,6 +273,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
|
|
|
268
273
|
- Generated TOOLS.md tool catalog
|
|
269
274
|
- `.env.example` with all environment variables documented
|
|
270
275
|
|
|
276
|
+
[2.6.1]: https://github.com/montrellcruse/servicetitan-mcp/compare/v2.6.0...v2.6.1
|
|
271
277
|
[2.6.0]: https://github.com/montrellcruse/servicetitan-mcp/compare/v2.5.2...v2.6.0
|
|
272
278
|
[2.5.2]: https://github.com/montrellcruse/servicetitan-mcp/compare/v2.5.1...v2.5.2
|
|
273
279
|
[2.5.1]: https://github.com/montrellcruse/servicetitan-mcp/compare/v2.5.0...v2.5.1
|