@uniswap/ai-toolkit-nx-claude 0.5.12-next.9 → 0.5.13

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
@@ -55,4 +55,4 @@ Run `npm nx build ai-toolkit-nx-claude` to build the library.
55
55
 
56
56
  ## Testing
57
57
 
58
- Run `npx nx test ai-toolkit-nx-claude` to test this library
58
+ Run `npx nx test ai-toolkit-nx-claude` to test this library.
@@ -209,9 +209,9 @@ var init_addon_registry = __esm({
209
209
  type: "mcp-server",
210
210
  packageName: "slack-mcp",
211
211
  mcp: {
212
- serverName: "zencoder-slack",
213
- command: "slack-mcp",
214
- args: ["--transport", "stdio"],
212
+ serverName: "slack",
213
+ command: "npx",
214
+ args: ["-y", "@zencoderai/slack-mcp-server", "--transport", "stdio"],
215
215
  env: {
216
216
  SLACK_BOT_TOKEN: "PROMPT_TO_INSERT_SLACK_BOT_TOKEN",
217
217
  SLACK_TEAM_ID: "TKZBCKUJJ"
@@ -209,9 +209,9 @@ var init_addon_registry = __esm({
209
209
  type: "mcp-server",
210
210
  packageName: "slack-mcp",
211
211
  mcp: {
212
- serverName: "zencoder-slack",
213
- command: "slack-mcp",
214
- args: ["--transport", "stdio"],
212
+ serverName: "slack",
213
+ command: "npx",
214
+ args: ["-y", "@zencoderai/slack-mcp-server", "--transport", "stdio"],
215
215
  env: {
216
216
  SLACK_BOT_TOKEN: "PROMPT_TO_INSERT_SLACK_BOT_TOKEN",
217
217
  SLACK_TEAM_ID: "TKZBCKUJJ"
package/dist/index.cjs CHANGED
@@ -209,9 +209,9 @@ var init_addon_registry = __esm({
209
209
  type: "mcp-server",
210
210
  packageName: "slack-mcp",
211
211
  mcp: {
212
- serverName: "zencoder-slack",
213
- command: "slack-mcp",
214
- args: ["--transport", "stdio"],
212
+ serverName: "slack",
213
+ command: "npx",
214
+ args: ["-y", "@zencoderai/slack-mcp-server", "--transport", "stdio"],
215
215
  env: {
216
216
  SLACK_BOT_TOKEN: "PROMPT_TO_INSERT_SLACK_BOT_TOKEN",
217
217
  SLACK_TEAM_ID: "TKZBCKUJJ"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/ai-toolkit-nx-claude",
3
- "version": "0.5.12-next.9",
3
+ "version": "0.5.13",
4
4
  "private": false,
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.cjs",