@sequenzy/mcp 0.0.12 → 0.0.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sequenzy/mcp",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "mcpName": "io.github.polnikale/sequenzy-mcp",
5
5
  "description": "Sequenzy MCP server for AI-powered email marketing automation",
6
6
  "type": "module",
package/server.json CHANGED
@@ -7,12 +7,12 @@
7
7
  "source": "github",
8
8
  "subfolder": "packages/mcp"
9
9
  },
10
- "version": "0.0.12",
10
+ "version": "0.0.14",
11
11
  "packages": [
12
12
  {
13
13
  "registryType": "npm",
14
14
  "identifier": "@sequenzy/mcp",
15
- "version": "0.0.12",
15
+ "version": "0.0.14",
16
16
  "runtime": "node",
17
17
  "transport": {
18
18
  "type": "stdio"
@@ -23,6 +23,12 @@
23
23
  "description": "Your Sequenzy API key (get one from the Sequenzy dashboard under Settings > API Keys)",
24
24
  "isRequired": true,
25
25
  "isSecret": true
26
+ },
27
+ {
28
+ "name": "SEQUENZY_APP_URL",
29
+ "description": "Optional Sequenzy app base URL for dashboard links. Defaults to https://sequenzy.com.",
30
+ "isRequired": false,
31
+ "isSecret": false
26
32
  }
27
33
  ]
28
34
  }