@rowvyn/servicetitan-mcp 2.5.0 → 2.5.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/README.md +2 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
|
|
10
10
|
The only MCP server for the ServiceTitan API — 467 tools across 15 domains, plus 10 intelligence tools that turn raw API data into business decisions.
|
|
11
11
|
|
|
12
|
+
Built by [**Rowvyn**](https://rowvyn.com) — [See the case study →](https://rowvyn.com/case-studies/servicetitan-mcp)
|
|
13
|
+
|
|
12
14
|
<p align="center">
|
|
13
15
|
<em>Connect any AI assistant to ServiceTitan's full API — CRM, dispatch, invoicing, payroll, and operational intelligence — through the Model Context Protocol.</em>
|
|
14
16
|
</p>
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rowvyn/servicetitan-mcp",
|
|
3
|
-
"version": "2.5.
|
|
4
|
-
"description": "MCP server for the ServiceTitan API
|
|
3
|
+
"version": "2.5.1",
|
|
4
|
+
"description": "MCP server for the ServiceTitan API \u2014 467 tools across 15 domains with 10 intelligence tools for business analytics",
|
|
5
5
|
"author": "Montrell Cruse <montrell@rowvyn.com> (https://rowvyn.com)",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "git+https://github.com/montrellcruse/servicetitan-mcp.git"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://
|
|
11
|
+
"homepage": "https://rowvyn.com/case-studies/servicetitan-mcp",
|
|
12
12
|
"bugs": {
|
|
13
13
|
"url": "https://github.com/montrellcruse/servicetitan-mcp/issues"
|
|
14
14
|
},
|
|
@@ -72,4 +72,4 @@
|
|
|
72
72
|
"typescript": "^5.8.3",
|
|
73
73
|
"vitest": "^3.0.0"
|
|
74
74
|
}
|
|
75
|
-
}
|
|
75
|
+
}
|