@zapier/zapier-sdk-mcp 0.3.3 → 0.3.5

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/README.md +0 -8
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -139,8 +139,6 @@ pnpm test
139
139
  - [`list-authentications`](#list-authentications)
140
140
  - [HTTP Requests](#http-requests)
141
141
  - [`request`](#request)
142
- - [Utilities](#utilities)
143
- - [`lock-version`](#lock-version)
144
142
 
145
143
  ## Installation
146
144
 
@@ -237,10 +235,4 @@ List available authentications with optional filtering
237
235
 
238
236
  Make authenticated HTTP requests through Zapier's Relay service
239
237
 
240
- ### Utilities
241
-
242
- #### `lock-version`
243
-
244
- Execute lockVersion
245
-
246
238
  <!-- End Generated MCP Tools Reference -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-mcp",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "MCP server for Zapier SDK",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.mts",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@modelcontextprotocol/sdk": "^1.17.3",
23
23
  "zod": "^3.22.4",
24
- "@zapier/zapier-sdk": "0.8.2"
24
+ "@zapier/zapier-sdk": "0.9.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^20.0.0",