@jtalk22/slack-mcp 1.0.6 → 1.1.0

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
@@ -1,5 +1,7 @@
1
1
  # Slack MCP Server
2
2
 
3
+ [![Live Demo](https://img.shields.io/badge/Demo-Try%20Simulator-blue?style=for-the-badge)](https://jtalk22.github.io/slack-mcp-server/public/demo.html)
4
+
3
5
  [![npm](https://img.shields.io/npm/v/@jtalk22/slack-mcp?color=blue)](https://www.npmjs.com/package/@jtalk22/slack-mcp)
4
6
  [![Docker](https://img.shields.io/badge/docker-ghcr.io-blue)](https://github.com/jtalk22/slack-mcp-server/pkgs/container/slack-mcp-server)
5
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -284,7 +286,17 @@ npm run web
284
286
  # Or: npx @jtalk22/slack-mcp web
285
287
  ```
286
288
 
287
- Open http://localhost:3000. API key is auto-generated and displayed in the console.
289
+ **Magic Link (v1.1.0+):** The console prints a one-click URL with the API key embedded:
290
+
291
+ ```
292
+ ════════════════════════════════════════════════════════════
293
+ Slack Web API Server v1.1.0
294
+ ════════════════════════════════════════════════════════════
295
+
296
+ Dashboard: http://localhost:3000/?key=smcp_xxxxxxxxxxxx
297
+ ```
298
+
299
+ Just click the link - no copy-paste needed. The key is saved to your browser and stripped from the URL for security.
288
300
 
289
301
  <details>
290
302
  <summary><strong>Screenshots</strong></summary>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtalk22/slack-mcp",
3
- "version": "1.0.6",
3
+ "version": "1.1.0",
4
4
  "description": "MCP server for Slack - Full access to DMs, channels, and messages from Claude. Browser token auth, no OAuth required.",
5
5
  "type": "module",
6
6
  "main": "src/server.js",