@zapier/zapier-sdk-mcp 0.3.2 → 0.3.3

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 +13 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -122,25 +122,25 @@ pnpm test
122
122
  - [Usage](#usage)
123
123
  - [Available Tools](#available-tools)
124
124
  - [Accounts](#accounts)
125
- - [`getProfile`](#getprofile)
125
+ - [`get-profile`](#get-profile)
126
126
  - [Actions](#actions)
127
- - [`getAction`](#getaction)
128
- - [`listActions`](#listactions)
129
- - [`listInputFieldChoices`](#listinputfieldchoices)
130
- - [`listInputFields`](#listinputfields)
131
- - [`runAction`](#runaction)
127
+ - [`get-action`](#get-action)
128
+ - [`list-actions`](#list-actions)
129
+ - [`list-input-field-choices`](#list-input-field-choices)
130
+ - [`list-input-fields`](#list-input-fields)
131
+ - [`run-action`](#run-action)
132
132
  - [Apps](#apps)
133
- - [`getApp`](#getapp)
134
- - [`listApps`](#listapps)
133
+ - [`get-app`](#get-app)
134
+ - [`list-apps`](#list-apps)
135
135
  - [Authentications](#authentications)
136
- - [`findFirstAuthentication`](#findfirstauthentication)
137
- - [`findUniqueAuthentication`](#finduniqueauthentication)
138
- - [`getAuthentication`](#getauthentication)
139
- - [`listAuthentications`](#listauthentications)
136
+ - [`find-first-authentication`](#find-first-authentication)
137
+ - [`find-unique-authentication`](#find-unique-authentication)
138
+ - [`get-authentication`](#get-authentication)
139
+ - [`list-authentications`](#list-authentications)
140
140
  - [HTTP Requests](#http-requests)
141
141
  - [`request`](#request)
142
142
  - [Utilities](#utilities)
143
- - [`lockVersion`](#lockversion)
143
+ - [`lock-version`](#lock-version)
144
144
 
145
145
  ## Installation
146
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-mcp",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "MCP server for Zapier SDK",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.mts",