@zapier/zapier-sdk-mcp 0.3.7 → 0.3.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/README.md +0 -33
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -114,8 +114,6 @@ pnpm build
|
|
|
114
114
|
pnpm test
|
|
115
115
|
```
|
|
116
116
|
|
|
117
|
-
<!-- Generated MCP Tools Reference -->
|
|
118
|
-
|
|
119
117
|
## Table of Contents
|
|
120
118
|
|
|
121
119
|
- [Installation](#installation)
|
|
@@ -140,35 +138,6 @@ pnpm test
|
|
|
140
138
|
- [HTTP Requests](#http-requests)
|
|
141
139
|
- [`request`](#request)
|
|
142
140
|
|
|
143
|
-
## Installation
|
|
144
|
-
|
|
145
|
-
```bash
|
|
146
|
-
npm install -D @zapier/zapier-sdk-cli
|
|
147
|
-
```
|
|
148
|
-
|
|
149
|
-
## Usage
|
|
150
|
-
|
|
151
|
-
```bash
|
|
152
|
-
# Start MCP server
|
|
153
|
-
npx zapier-sdk mcp
|
|
154
|
-
|
|
155
|
-
# Start with debug logging
|
|
156
|
-
npx zapier-sdk mcp --debug
|
|
157
|
-
```
|
|
158
|
-
|
|
159
|
-
**Claude Code Configuration:**
|
|
160
|
-
|
|
161
|
-
```json
|
|
162
|
-
{
|
|
163
|
-
"mcpServers": {
|
|
164
|
-
"zapier-sdk": {
|
|
165
|
-
"command": "npx",
|
|
166
|
-
"args": ["zapier-sdk", "mcp"]
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
```
|
|
171
|
-
|
|
172
141
|
## Available Tools
|
|
173
142
|
|
|
174
143
|
All SDK functions are automatically exposed as MCP tools using kebab-case naming.
|
|
@@ -234,5 +203,3 @@ List available authentications with optional filtering
|
|
|
234
203
|
#### `request`
|
|
235
204
|
|
|
236
205
|
Make authenticated HTTP requests through Zapier's Relay service
|
|
237
|
-
|
|
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
|
+
"version": "0.3.9",
|
|
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.11.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^20.0.0",
|