@zapier/zapier-sdk-mcp 0.2.4 → 0.3.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 +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -126,6 +126,7 @@ pnpm test
|
|
|
126
126
|
- [Actions](#actions)
|
|
127
127
|
- [`getAction`](#getaction)
|
|
128
128
|
- [`listActions`](#listactions)
|
|
129
|
+
- [`listInputFieldChoices`](#listinputfieldchoices)
|
|
129
130
|
- [`listInputFields`](#listinputfields)
|
|
130
131
|
- [`runAction`](#runaction)
|
|
131
132
|
- [Apps](#apps)
|
|
@@ -190,6 +191,10 @@ Get detailed information about a specific action
|
|
|
190
191
|
|
|
191
192
|
List all actions for a specific app
|
|
192
193
|
|
|
194
|
+
#### `list-input-field-choices`
|
|
195
|
+
|
|
196
|
+
Get the available choices for a dynamic dropdown input field
|
|
197
|
+
|
|
193
198
|
#### `list-input-fields`
|
|
194
199
|
|
|
195
200
|
Get the input fields required for a specific action
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zapier/zapier-sdk-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
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.
|
|
24
|
+
"@zapier/zapier-sdk": "0.8.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^20.0.0",
|