Updated Slack

This commit is contained in:
Mahesh Murag
2024-11-20 13:20:08 -05:00
parent a1de227905
commit 4772920eee
3 changed files with 134 additions and 2 deletions

13
package-lock.json generated
View File

@@ -3022,7 +3022,7 @@
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "0.5.0"
"@modelcontextprotocol/sdk": "0.6.0"
},
"bin": {
"mcp-server-slack": "dist/index.js"
@@ -3031,6 +3031,17 @@
"shx": "^0.3.4",
"typescript": "^5.6.2"
}
},
"src/slack/node_modules/@modelcontextprotocol/sdk": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-0.6.0.tgz",
"integrity": "sha512-9rsDudGhDtMbvxohPoMMyAUOmEzQsOK+XFchh6gZGqo8sx9sBuZQs+CUttXqa8RZXKDaJRCN2tUtgGof7jRkkw==",
"license": "MIT",
"dependencies": {
"content-type": "^1.0.5",
"raw-body": "^3.0.0",
"zod": "^3.23.8"
}
}
}
}