@kavinga/commerce-tools 0.1.7 → 0.1.9
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kavinga/commerce-tools",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Multi-provider AI tooling platform with MCPs, agents, skills, and commands",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"dev:newrelic": "tsx mcps/newrelic/server.ts",
|
|
17
17
|
"start:newrelic": "node dist/mcps/newrelic/server.js",
|
|
18
18
|
"dev:jira": "tsx mcps/jira/server.ts",
|
|
19
|
-
"start:jira": "node dist/mcps/jira/server.js"
|
|
19
|
+
"start:jira": "node dist/mcps/jira/server.js",
|
|
20
|
+
"release": "scripts/release.sh"
|
|
20
21
|
},
|
|
21
22
|
"dependencies": {
|
|
22
23
|
"@modelcontextprotocol/sdk": "^1.27.1",
|