@jtalk22/slack-mcp 3.2.2 → 3.2.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.
@@ -37,7 +37,7 @@ If `--version` fails here, the issue is install/runtime path, not Slack credenti
37
37
 
38
38
  **Solutions:**
39
39
  1. Verify your API key starts with `stmh_` (team) or `smsh_` (solo)
40
- 2. Check the key hasn't been revoked — contact james@revasser.nyc for key issues
40
+ 2. Check the key hasn't been revoked — contact support@revasserlabs.com for key issues
41
41
  3. Ensure you're using the correct endpoint: `https://mcp.revasserlabs.com/mcp`
42
42
 
43
43
  ### Cloud Tools Not Available
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jtalk22/slack-mcp",
3
3
  "mcpName": "io.github.jtalk22/slack-mcp-server",
4
- "version": "3.2.2",
4
+ "version": "3.2.3",
5
5
  "description": "Session-based Slack MCP for Claude and MCP clients: local-first workflows, secure-default HTTP.",
6
6
  "type": "module",
7
7
  "main": "src/server.js",
@@ -61,7 +61,7 @@
61
61
  ],
62
62
  "author": {
63
63
  "name": "James Lambert",
64
- "email": "james@revasser.nyc",
64
+ "email": "support@revasserlabs.com",
65
65
  "url": "https://github.com/jtalk22"
66
66
  },
67
67
  "license": "MIT",
package/public/share.html CHANGED
@@ -122,7 +122,7 @@
122
122
  <a href="https://mcp.revasserlabs.com" rel="noopener" style="background:rgba(240,194,70,0.18);border-color:rgba(240,194,70,0.45);color:#f0c246">Cloud ($19/mo)</a>
123
123
  </div>
124
124
 
125
- <p class="note"><strong>Verify in 30 seconds:</strong> <code>--version</code>, <code>--doctor</code>, <code>--status</code>. Maintainer/operator: <code>jtalk22</code> (<code>james@revasser.nyc</code>).</p>
125
+ <p class="note"><strong>Verify in 30 seconds:</strong> <code>--version</code>, <code>--doctor</code>, <code>--status</code>. Maintainer/operator: <code>jtalk22</code> (<code>support@revasserlabs.com</code>).</p>
126
126
  </main>
127
127
  </body>
128
128
  </html>
package/server.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "url": "https://github.com/jtalk22/slack-mcp-server",
18
18
  "source": "github"
19
19
  },
20
- "version": "3.2.2",
20
+ "version": "3.2.3",
21
21
  "remotes": [
22
22
  {
23
23
  "type": "streamable-http",
@@ -28,7 +28,7 @@
28
28
  {
29
29
  "registryType": "npm",
30
30
  "identifier": "@jtalk22/slack-mcp",
31
- "version": "3.2.2",
31
+ "version": "3.2.3",
32
32
  "transport": {
33
33
  "type": "stdio"
34
34
  },