@chinchillaenterprises/mcp-slack 4.5.0 → 4.5.1

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -496,7 +496,7 @@ export class SlackerV3Server {
496
496
  constructor() {
497
497
  this.server = new Server({
498
498
  name: "mcp-slack",
499
- version: "4.5.0",
499
+ version: "4.5.1",
500
500
  }, {
501
501
  capabilities: {
502
502
  tools: {},
@@ -3679,7 +3679,7 @@ ${validatedArgs.diagram_content}
3679
3679
  async run() {
3680
3680
  const transport = new StdioServerTransport();
3681
3681
  await this.server.connect(transport);
3682
- console.error("[SlackServer] Slack MCP server v4.5.0 running on stdio");
3682
+ console.error("[SlackServer] Slack MCP server v4.5.1 running on stdio");
3683
3683
  // Ensure the warm Puppeteer browser is shut down cleanly on exit.
3684
3684
  const shutdown = () => {
3685
3685
  Promise.resolve()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chinchillaenterprises/mcp-slack",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "scripts": {