slack-max-api-mcp 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/.env.example +2 -2
  2. package/package.json +1 -1
package/.env.example CHANGED
@@ -1,5 +1,5 @@
1
- SLACK_BOT_TOKEN=xoxb-10600620838022-10607717448308-z3vxg14RBnOeatFJL8ewuylg
2
- SLACK_USER_TOKEN=xoxp-10600620838022-10602682248866-10588661627527-06d02e0fe3950a8769f7739c812bf98c
1
+ SLACK_BOT_TOKEN=xoxb-your-bot-token
2
+ SLACK_USER_TOKEN=xoxp-your-user-token
3
3
  # Optional alternatives
4
4
  # SLACK_TOKEN=xoxb-or-xoxp-token
5
5
  # SLACK_API_BASE_URL=https://slack.com/api
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slack-max-api-mcp",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Slack MCP server (stdio) for Codex and Claude Code",
5
5
  "main": "src/slack-mcp-server.js",
6
6
  "bin": {