@zapier/zapier-sdk-mcp 0.2.3 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -121,6 +121,8 @@ pnpm test
121
121
  - [Installation](#installation)
122
122
  - [Usage](#usage)
123
123
  - [Available Tools](#available-tools)
124
+ - [Accounts](#accounts)
125
+ - [`getProfile`](#getprofile)
124
126
  - [Actions](#actions)
125
127
  - [`getAction`](#getaction)
126
128
  - [`listActions`](#listactions)
@@ -136,8 +138,6 @@ pnpm test
136
138
  - [`listAuthentications`](#listauthentications)
137
139
  - [HTTP Requests](#http-requests)
138
140
  - [`request`](#request)
139
- - [Users](#users)
140
- - [`getProfile`](#getprofile)
141
141
  - [Utilities](#utilities)
142
142
  - [`lockVersion`](#lockversion)
143
143
 
@@ -174,6 +174,12 @@ npx zapier-sdk mcp --debug
174
174
 
175
175
  All SDK functions are automatically exposed as MCP tools using kebab-case naming.
176
176
 
177
+ ### Accounts
178
+
179
+ #### `get-profile`
180
+
181
+ Get current user's profile information
182
+
177
183
  ### Actions
178
184
 
179
185
  #### `get-action`
@@ -226,12 +232,6 @@ List available authentications with optional filtering
226
232
 
227
233
  Make authenticated HTTP requests through Zapier's Relay service
228
234
 
229
- ### Users
230
-
231
- #### `get-profile`
232
-
233
- Get current user's profile information
234
-
235
235
  ### Utilities
236
236
 
237
237
  #### `lock-version`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-mcp",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
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.6.3"
24
+ "@zapier/zapier-sdk": "0.6.4"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^20.0.0",