@jtalk22/slack-mcp 3.2.1 → 3.2.2

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/README.md CHANGED
@@ -38,10 +38,10 @@ Skip all local setup. Paste one URL into Claude and get 16 Slack tools in 60 sec
38
38
 
39
39
  | Plan | Price | Includes |
40
40
  |------|-------|----------|
41
- | Solo | $19/mo | 16 standard tools, AES-256-GCM encrypted storage, 5K requests/mo |
42
- | Team | $49/mo | 16 standard + 3 AI compound tools, 3 workspaces, 25K requests/mo |
41
+ | Solo | $19/mo | 15 standard tools, AES-256-GCM encrypted storage, 5K requests/mo |
42
+ | Team | $49/mo | 15 standard + 3 AI compound tools, 3 workspaces, 25K requests/mo |
43
43
 
44
- [Get Started](https://jtalk22.github.io/slack-mcp-server/cloud.html) · [Privacy Policy](https://jtalk22.github.io/slack-mcp-server/privacy.html)
44
+ [Get Started](https://mcp.revasserlabs.com) · [Privacy Policy](https://mcp.revasserlabs.com/privacy)
45
45
 
46
46
  ## Install (Self-Hosted)
47
47
 
package/docs/SETUP.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  If you want to skip local setup entirely, use **Slack MCP Cloud**:
6
6
 
7
- 1. Go to [cloud.html](https://jtalk22.github.io/slack-mcp-server/cloud.html) and purchase a plan ($19/mo Solo, $49/mo Team)
7
+ 1. Go to [cloud.html](https://mcp.revasserlabs.com) and purchase a plan ($19/mo Solo, $49/mo Team)
8
8
  2. After checkout, you'll receive an API key and ready-to-paste config for Claude Desktop / Claude Code
9
9
  3. No Node.js, no Docker, no token management — one URL, 16 tools
10
10
 
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.1",
4
+ "version": "3.2.2",
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",
@@ -69,7 +69,7 @@
69
69
  "type": "git",
70
70
  "url": "git+https://github.com/jtalk22/slack-mcp-server.git"
71
71
  },
72
- "homepage": "https://jtalk22.github.io/slack-mcp-server/",
72
+ "homepage": "https://mcp.revasserlabs.com",
73
73
  "bugs": {
74
74
  "url": "https://github.com/jtalk22/slack-mcp-server/issues"
75
75
  },
package/public/index.html CHANGED
@@ -256,7 +256,7 @@
256
256
  <h1>Slack Web API <span style="font-size:0.55em;opacity:0.5;font-weight:400;vertical-align:middle">v3.2.0</span> <span id="status" class="status"></span></h1>
257
257
  <div style="background:rgba(240,194,70,0.08);border:1px solid rgba(240,194,70,0.2);border-radius:8px;padding:8px 14px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:13px;color:#d4c48a">
258
258
  <span>Skip local setup? <strong style="color:#f0c246">Slack MCP Cloud</strong> gives you 16 tools with one URL — no tokens to manage.</span>
259
- <a href="https://jtalk22.github.io/slack-mcp-server/cloud.html" style="color:#f0c246;font-weight:600;text-decoration:none;white-space:nowrap" target="_blank">Learn more &rarr;</a>
259
+ <a href="https://mcp.revasserlabs.com" style="color:#f0c246;font-weight:600;text-decoration:none;white-space:nowrap" target="_blank">Learn more &rarr;</a>
260
260
  </div>
261
261
  <div class="grid">
262
262
  <div class="sidebar">
package/public/share.html CHANGED
@@ -119,7 +119,7 @@
119
119
  <a href="https://jtalk22.github.io/slack-mcp-server/" rel="noopener">Autoplay Demo Landing</a>
120
120
  <a href="https://jtalk22.github.io/slack-mcp-server/docs/videos/demo-claude-mobile-20s.mp4" rel="noopener">20s Mobile Clip</a>
121
121
  <a href="https://www.npmjs.com/package/@jtalk22/slack-mcp" rel="noopener">npm Package</a>
122
- <a href="https://jtalk22.github.io/slack-mcp-server/cloud.html" rel="noopener" style="background:rgba(240,194,70,0.18);border-color:rgba(240,194,70,0.45);color:#f0c246">Cloud ($19/mo)</a>
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
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>
package/server.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "io.github.jtalk22/slack-mcp-server",
4
4
  "title": "Slack MCP Server",
5
5
  "description": "Session-based Slack MCP for Claude and MCP clients: local-first workflows, secure-default HTTP.",
6
- "websiteUrl": "https://jtalk22.github.io/slack-mcp-server/",
6
+ "websiteUrl": "https://mcp.revasserlabs.com",
7
7
  "icons": [
8
8
  {
9
9
  "src": "https://raw.githubusercontent.com/jtalk22/slack-mcp-server/main/docs/assets/icon-512.png",
@@ -17,7 +17,7 @@
17
17
  "url": "https://github.com/jtalk22/slack-mcp-server",
18
18
  "source": "github"
19
19
  },
20
- "version": "3.2.0",
20
+ "version": "3.2.2",
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.0",
31
+ "version": "3.2.2",
32
32
  "transport": {
33
33
  "type": "stdio"
34
34
  },