UNPKG

@chinchillaenterprises/mcp-slack

Version:

Multi-account MCP server for Slack with persistent credential storage and runtime workspace switching

58 lines (57 loc) 1.41 kB
{ "name": "@chinchillaenterprises/mcp-slack", "version": "3.1.1", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsc --watch", "prepare": "npm run build", "test": "jest", "test:coverage": "jest --coverage", "test:watch": "jest --watch" }, "keywords": [ "mcp", "slack", "messaging", "modelcontextprotocol", "multi-account" ], "author": "Chinchilla Enterprises", "license": "MIT", "description": "Multi-account MCP server for Slack with persistent credential storage and runtime workspace switching", "repository": { "type": "git", "url": "git+https://github.com/ChinchillaEnterprises/ChillMCP.git" }, "bugs": { "url": "https://github.com/ChinchillaEnterprises/ChillMCP/issues" }, "homepage": "https://github.com/ChinchillaEnterprises/ChillMCP/tree/main/mcp-slack", "publishConfig": { "access": "public" }, "bin": { "mcp-slack": "./dist/index.js" }, "files": [ "dist" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.12.3", "@slack/web-api": "^7.9.2", "fuse.js": "^7.1.0", "keytar": "^7.9.0", "puppeteer": "^24.40.0", "zod": "^3.25.64" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.12", "@types/node": "^24.0.1", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.8.3" } }