@zapier/zapier-sdk-mcp 0.3.37 → 0.3.39

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.
Files changed (2) hide show
  1. package/LICENSE +2 -0
  2. package/package.json +3 -3
package/LICENSE ADDED
@@ -0,0 +1,2 @@
1
+ Copyright (c) Zapier, Inc.
2
+ The Zapier SDK is part of Zapier's services. By downloading, installing, accessing, or using any part of the Zapier SDK you agree to the Zapier Terms of Service, which can be found at: https://zapier.com/tos, or such other agreement between you and Zapier governing Zapier services (as applicable). If you do not agree to the Zapier Terms of Service (or do not have another governing agreement in place with Zapier), you may not download, install, access, or use the Zapier SDK.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-mcp",
3
- "version": "0.3.37",
3
+ "version": "0.3.39",
4
4
  "description": "MCP server for Zapier SDK",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.mts",
@@ -14,14 +14,14 @@
14
14
  "model-context-protocol"
15
15
  ],
16
16
  "author": "",
17
- "license": "ISC",
17
+ "license": "SEE LICENSE IN LICENSE",
18
18
  "publishConfig": {
19
19
  "access": "restricted"
20
20
  },
21
21
  "dependencies": {
22
22
  "@modelcontextprotocol/sdk": "^1.17.3",
23
23
  "zod": "^3.22.4",
24
- "@zapier/zapier-sdk": "0.15.11"
24
+ "@zapier/zapier-sdk": "0.15.13"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^20.0.0",