@zapier/zapier-sdk-mcp 0.9.3 → 0.9.4

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
@@ -1,5 +1,12 @@
1
1
  # @zapier/zapier-sdk-mcp
2
2
 
3
+ ## 0.9.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ad5ee3b]
8
+ - @zapier/zapier-sdk@0.29.0
9
+
3
10
  ## 0.9.3
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -225,4 +225,4 @@ List available connections with optional filtering
225
225
 
226
226
  #### `fetch`
227
227
 
228
- Make authenticated HTTP requests to any API through Zapier's Relay service. Pass a connectionId to automatically inject the user's stored credentials (OAuth tokens, API keys, etc.) into the outgoing request. Mirrors the native fetch(url, init?) signature with additional Zapier-specific options.
228
+ Make authenticated HTTP requests to any API through Zapier. Pass a connectionId to automatically inject the user's stored credentials (OAuth tokens, API keys, etc.) into the outgoing request. Mirrors the native fetch(url, init?) signature with additional Zapier-specific options.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-mcp",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "MCP server for Zapier SDK",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.mts",
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "@modelcontextprotocol/sdk": "^1.17.3",
20
20
  "zod": "4.2.1",
21
- "@zapier/zapier-sdk": "0.28.0"
21
+ "@zapier/zapier-sdk": "0.29.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/node": "^20.0.0",