@webhooks-cc/mcp 0.3.0 → 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/dist/bin/mcp.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/bin/mcp.js
CHANGED
|
@@ -251,7 +251,7 @@ function registerTools(server, client) {
|
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
// src/index.ts
|
|
254
|
-
var VERSION = true ? "0.3.
|
|
254
|
+
var VERSION = true ? "0.3.1" : "0.0.0-dev";
|
|
255
255
|
function createServer(options = {}) {
|
|
256
256
|
const apiKey = options.apiKey ?? process.env.WHK_API_KEY;
|
|
257
257
|
if (!apiKey) {
|
package/dist/index.js
CHANGED
|
@@ -270,7 +270,7 @@ function registerTools(server, client) {
|
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
// src/index.ts
|
|
273
|
-
var VERSION = true ? "0.3.
|
|
273
|
+
var VERSION = true ? "0.3.1" : "0.0.0-dev";
|
|
274
274
|
function createServer(options = {}) {
|
|
275
275
|
const apiKey = options.apiKey ?? process.env.WHK_API_KEY;
|
|
276
276
|
if (!apiKey) {
|
package/dist/index.mjs
CHANGED
|
@@ -245,7 +245,7 @@ function registerTools(server, client) {
|
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
// src/index.ts
|
|
248
|
-
var VERSION = true ? "0.3.
|
|
248
|
+
var VERSION = true ? "0.3.1" : "0.0.0-dev";
|
|
249
249
|
function createServer(options = {}) {
|
|
250
250
|
const apiKey = options.apiKey ?? process.env.WHK_API_KEY;
|
|
251
251
|
if (!apiKey) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webhooks-cc/mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "MCP server for webhooks.cc — AI agent integration for webhook testing",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
40
40
|
"zod": "^3.25.0",
|
|
41
|
-
"@webhooks-cc/sdk": "0.
|
|
41
|
+
"@webhooks-cc/sdk": "0.6.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"tsup": "^8.5.1",
|