@uniswap/ai-toolkit-nx-claude 0.5.30-next.4 → 0.5.30-next.5

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.
@@ -24,7 +24,7 @@ npx nx generate @uniswap/ai-toolkit-nx-claude:addons \
24
24
  ### Installation Control
25
25
 
26
26
  - `selectionMode` - Selection mode for which addons to install:
27
- - `all` - Install all available addons (6 MCP servers)
27
+ - `all` - Install all available addons (2 MCP servers)
28
28
  - `specific` - Choose specific addons to install
29
29
  - `addons` - Specific addons to install (when `selectionMode=specific`)
30
30
  - `installationType` - Installation location for MCP servers:
@@ -39,7 +39,7 @@ npx nx generate @uniswap/ai-toolkit-nx-claude:addons \
39
39
 
40
40
  ## Available Addons
41
41
 
42
- Registered in `addon-registry.ts`. These 6 MCP servers are available for manual installation:
42
+ Registered in `addon-registry.ts`. These 2 MCP servers are available for manual installation:
43
43
 
44
44
  ### 1. slack-mcp
45
45
 
@@ -53,39 +53,7 @@ Registered in `addon-registry.ts`. These 6 MCP servers are available for manual
53
53
 
54
54
  **Requires**: Slack Bot Token authentication
55
55
 
56
- ### 2. github-mcp
57
-
58
- **Purpose**: GitHub repository integration
59
-
60
- **Features**:
61
-
62
- - Repository management
63
- - Issue and PR interactions
64
- - Code review capabilities
65
-
66
- **Requires**: GitHub Personal Access Token (can be obtained via `gh auth token`)
67
-
68
- ### 3. figma-mcp
69
-
70
- **Purpose**: Figma design platform integration
71
-
72
- **Features**:
73
-
74
- - Access design files
75
- - Extract design components
76
- - Translate designs to code
77
-
78
- ### 4. vercel-mcp
79
-
80
- **Purpose**: Vercel deployment platform integration
81
-
82
- **Features**:
83
-
84
- - Deployment management
85
- - Environment configuration
86
- - Project monitoring
87
-
88
- ### 5. aws-log-analyzer-mcp
56
+ ### 2. aws-log-analyzer-mcp
89
57
 
90
58
  **Purpose**: MCP server for AWS CloudWatch log analysis
91
59
 
@@ -106,28 +74,20 @@ Registered in `addon-registry.ts`. These 6 MCP servers are available for manual
106
74
 
107
75
  **Requires**: AWS credentials with CloudWatchLogsReadOnlyAccess
108
76
 
109
- ### 6. pulumi-mcp
110
-
111
- **Purpose**: Pulumi infrastructure as code integration
112
-
113
- **Features**:
114
-
115
- - Infrastructure management
116
- - Resource state inspection
117
- - Deployment automation
118
-
119
- **Requires**: Pulumi Personal Access Token (PAT)
120
-
121
77
  ## Note on Plugin-Bundled MCP Servers
122
78
 
123
79
  The following MCP servers are **NOT** available via this addons generator because they are bundled via plugins:
124
80
 
125
- - **spec-workflow-mcp** - Available via development-planning plugin
81
+ - **spec-workflow-mcp** - Available via spec-workflow plugin
126
82
  - **graphite-mcp** - Available via development-pr-workflow plugin
127
83
  - **nx-mcp** - Available via uniswap-integrations plugin
128
84
  - **notion-mcp** - Available via uniswap-integrations plugin
129
85
  - **linear-mcp** - Available via uniswap-integrations plugin
130
- - **chrome-devtools-mcp** - Available via development-productivity plugin
86
+ - **chrome-devtools-mcp** - Available via uniswap-integrations plugin
87
+ - **github-mcp** - Available via uniswap-integrations plugin
88
+ - **pulumi-mcp** - Available via uniswap-integrations plugin
89
+ - **figma-mcp** - Available via uniswap-integrations plugin
90
+ - **vercel-mcp** - Available via uniswap-integrations plugin
131
91
 
132
92
  To access these, install the corresponding plugin from the Claude Code Plugin Marketplace.
133
93
 
@@ -169,45 +169,6 @@ var init_addon_registry = __esm({
169
169
  }
170
170
  }
171
171
  },
172
- {
173
- id: "github-mcp",
174
- name: "GitHub MCP",
175
- description: "MCP server for GitHub repository access",
176
- type: "mcp-server",
177
- packageName: "@modelcontextprotocol/server-github",
178
- mcp: {
179
- serverName: "github",
180
- command: "npx",
181
- args: ["-y", "@modelcontextprotocol/server-github"],
182
- env: {
183
- GITHUB_PERSONAL_ACCESS_TOKEN: "PROMPT_TO_INSERT_GITHUB_PERSONAL_ACCESS_TOKEN"
184
- }
185
- }
186
- },
187
- {
188
- id: "figma-mcp",
189
- name: "Figma MCP",
190
- description: "MCP server for Figma design file access",
191
- type: "mcp-server",
192
- packageName: "figma",
193
- mcp: {
194
- serverName: "figma",
195
- transport: "http",
196
- url: "https://mcp.figma.com/mcp"
197
- }
198
- },
199
- {
200
- id: "vercel-mcp",
201
- name: "Vercel MCP",
202
- description: "MCP server for Vercel deployment management (HTTP)",
203
- type: "mcp-server",
204
- packageName: "vercel",
205
- mcp: {
206
- serverName: "vercel",
207
- transport: "http",
208
- url: "https://mcp.vercel.com"
209
- }
210
- },
211
172
  {
212
173
  id: "aws-log-analyzer-mcp",
213
174
  name: "AWS Log Analyzer MCP",
@@ -228,18 +189,6 @@ var init_addon_registry = __esm({
228
189
  requirements: {
229
190
  commands: ["git", "uv", "python3"]
230
191
  }
231
- },
232
- {
233
- id: "pulumi-mcp",
234
- name: "Pulumi MCP",
235
- description: "MCP server for Pulumi infrastructure as code management (HTTP)",
236
- type: "mcp-server",
237
- packageName: "pulumi",
238
- mcp: {
239
- serverName: "pulumi",
240
- transport: "http",
241
- url: "https://mcp.ai.pulumi.com/mcp"
242
- }
243
192
  }
244
193
  ];
245
194
  }
@@ -266,7 +215,7 @@ var require_schema = __commonJS({
266
215
  items: [
267
216
  {
268
217
  value: "all",
269
- label: "All recommended MCP servers (6 servers)"
218
+ label: "All recommended MCP servers (2 servers)"
270
219
  },
271
220
  {
272
221
  value: "specific",
@@ -280,14 +229,7 @@ var require_schema = __commonJS({
280
229
  description: "The addons to install",
281
230
  items: {
282
231
  type: "string",
283
- enum: [
284
- "slack-mcp",
285
- "github-mcp",
286
- "figma-mcp",
287
- "vercel-mcp",
288
- "aws-log-analyzer-mcp",
289
- "pulumi-mcp"
290
- ]
232
+ enum: ["slack-mcp", "aws-log-analyzer-mcp"]
291
233
  },
292
234
  "prompt-when": "selectionMode === 'specific'",
293
235
  "prompt-type": "multiselect",
@@ -16,7 +16,7 @@
16
16
  "items": [
17
17
  {
18
18
  "value": "all",
19
- "label": "All recommended MCP servers (6 servers)"
19
+ "label": "All recommended MCP servers (2 servers)"
20
20
  },
21
21
  {
22
22
  "value": "specific",
@@ -30,14 +30,7 @@
30
30
  "description": "The addons to install",
31
31
  "items": {
32
32
  "type": "string",
33
- "enum": [
34
- "slack-mcp",
35
- "github-mcp",
36
- "figma-mcp",
37
- "vercel-mcp",
38
- "aws-log-analyzer-mcp",
39
- "pulumi-mcp"
40
- ]
33
+ "enum": ["slack-mcp", "aws-log-analyzer-mcp"]
41
34
  },
42
35
  "prompt-when": "selectionMode === 'specific'",
43
36
  "prompt-type": "multiselect",
package/dist/index.cjs CHANGED
@@ -169,45 +169,6 @@ var init_addon_registry = __esm({
169
169
  }
170
170
  }
171
171
  },
172
- {
173
- id: "github-mcp",
174
- name: "GitHub MCP",
175
- description: "MCP server for GitHub repository access",
176
- type: "mcp-server",
177
- packageName: "@modelcontextprotocol/server-github",
178
- mcp: {
179
- serverName: "github",
180
- command: "npx",
181
- args: ["-y", "@modelcontextprotocol/server-github"],
182
- env: {
183
- GITHUB_PERSONAL_ACCESS_TOKEN: "PROMPT_TO_INSERT_GITHUB_PERSONAL_ACCESS_TOKEN"
184
- }
185
- }
186
- },
187
- {
188
- id: "figma-mcp",
189
- name: "Figma MCP",
190
- description: "MCP server for Figma design file access",
191
- type: "mcp-server",
192
- packageName: "figma",
193
- mcp: {
194
- serverName: "figma",
195
- transport: "http",
196
- url: "https://mcp.figma.com/mcp"
197
- }
198
- },
199
- {
200
- id: "vercel-mcp",
201
- name: "Vercel MCP",
202
- description: "MCP server for Vercel deployment management (HTTP)",
203
- type: "mcp-server",
204
- packageName: "vercel",
205
- mcp: {
206
- serverName: "vercel",
207
- transport: "http",
208
- url: "https://mcp.vercel.com"
209
- }
210
- },
211
172
  {
212
173
  id: "aws-log-analyzer-mcp",
213
174
  name: "AWS Log Analyzer MCP",
@@ -228,18 +189,6 @@ var init_addon_registry = __esm({
228
189
  requirements: {
229
190
  commands: ["git", "uv", "python3"]
230
191
  }
231
- },
232
- {
233
- id: "pulumi-mcp",
234
- name: "Pulumi MCP",
235
- description: "MCP server for Pulumi infrastructure as code management (HTTP)",
236
- type: "mcp-server",
237
- packageName: "pulumi",
238
- mcp: {
239
- serverName: "pulumi",
240
- transport: "http",
241
- url: "https://mcp.ai.pulumi.com/mcp"
242
- }
243
192
  }
244
193
  ];
245
194
  }
@@ -266,7 +215,7 @@ var require_schema = __commonJS({
266
215
  items: [
267
216
  {
268
217
  value: "all",
269
- label: "All recommended MCP servers (6 servers)"
218
+ label: "All recommended MCP servers (2 servers)"
270
219
  },
271
220
  {
272
221
  value: "specific",
@@ -280,14 +229,7 @@ var require_schema = __commonJS({
280
229
  description: "The addons to install",
281
230
  items: {
282
231
  type: "string",
283
- enum: [
284
- "slack-mcp",
285
- "github-mcp",
286
- "figma-mcp",
287
- "vercel-mcp",
288
- "aws-log-analyzer-mcp",
289
- "pulumi-mcp"
290
- ]
232
+ enum: ["slack-mcp", "aws-log-analyzer-mcp"]
291
233
  },
292
234
  "prompt-when": "selectionMode === 'specific'",
293
235
  "prompt-type": "multiselect",
@@ -1 +1 @@
1
- {"version":3,"file":"addon-registry.d.ts","sourceRoot":"","sources":["../../../../../../src/generators/addons/addon-registry.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,8CAA8C;IAC9C,UAAU,EAAE,MAAM,CAAC;IACnB,oCAAoC;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,gCAAgC;IAChC,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,4BAA4B;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7B,iDAAiD;IACjD,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC,8CAA8C;IAC9C,UAAU,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,SAAS,EAAE,MAAM,GAAG,KAAK,CAAC;IAC1B,sCAAsC;IACtC,GAAG,EAAE,MAAM,CAAC;IACZ,4BAA4B;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,uBAAuB,GAAG,4BAA4B,CAAC;AAEtF;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,sCAAsC;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,kBAAkB;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,oBAAoB;IACpB,IAAI,EAAE,YAAY,GAAG,WAAW,GAAG,MAAM,GAAG,eAAe,CAAC;IAC5D,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iCAAiC;IACjC,GAAG,EAAE,gBAAgB,CAAC;IACtB,gCAAgC;IAChC,YAAY,CAAC,EAAE;QACb,+BAA+B;QAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,+BAA+B;QAC/B,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;KACrB,CAAC;IACF,kCAAkC;IAClC,YAAY,CAAC,EAAE;QACb,8BAA8B;QAC9B,aAAa,EAAE,MAAM,CAAC;QACtB,oCAAoC;QACpC,gBAAgB,EAAE,MAAM,CAAC;QACzB,0CAA0C;QAC1C,eAAe,EAAE,MAAM,CAAC;KACzB,CAAC;CACH;AAgGD;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,GAAG,EAAE,gBAAgB,GAAG,OAAO,CAEjE;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,GAAG,EAAE,gBAAgB,GAAG,OAAO,CAEtE;AAED;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,aAAa,EAAE,CAEpD;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,aAAa,GAAG,SAAS,CAElE;AAED;;GAEG;AACH,wBAAsB,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CA4CxE;AAED;;GAEG;AACH,wBAAsB,uBAAuB,CAC3C,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC,CAwC1C;AAED;;GAEG;AACH,wBAAsB,yBAAyB,CAC7C,OAAO,EAAE,MAAM,GACd,OAAO,CAAC;IAAE,KAAK,EAAE,OAAO,CAAC;IAAC,MAAM,EAAE,MAAM,EAAE,CAAA;CAAE,CAAC,CAiC/C"}
1
+ {"version":3,"file":"addon-registry.d.ts","sourceRoot":"","sources":["../../../../../../src/generators/addons/addon-registry.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,8CAA8C;IAC9C,UAAU,EAAE,MAAM,CAAC;IACnB,oCAAoC;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,gCAAgC;IAChC,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,4BAA4B;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7B,iDAAiD;IACjD,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iDAAiD;IACjD,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC,8CAA8C;IAC9C,UAAU,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,SAAS,EAAE,MAAM,GAAG,KAAK,CAAC;IAC1B,sCAAsC;IACtC,GAAG,EAAE,MAAM,CAAC;IACZ,4BAA4B;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,uBAAuB,GAAG,4BAA4B,CAAC;AAEtF;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,sCAAsC;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,kBAAkB;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,oBAAoB;IACpB,IAAI,EAAE,YAAY,GAAG,WAAW,GAAG,MAAM,GAAG,eAAe,CAAC;IAC5D,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iCAAiC;IACjC,GAAG,EAAE,gBAAgB,CAAC;IACtB,gCAAgC;IAChC,YAAY,CAAC,EAAE;QACb,+BAA+B;QAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,+BAA+B;QAC/B,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;KACrB,CAAC;IACF,kCAAkC;IAClC,YAAY,CAAC,EAAE;QACb,8BAA8B;QAC9B,aAAa,EAAE,MAAM,CAAC;QACtB,oCAAoC;QACpC,gBAAgB,EAAE,MAAM,CAAC;QACzB,0CAA0C;QAC1C,eAAe,EAAE,MAAM,CAAC;KACzB,CAAC;CACH;AA6CD;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,GAAG,EAAE,gBAAgB,GAAG,OAAO,CAEjE;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,GAAG,EAAE,gBAAgB,GAAG,OAAO,CAEtE;AAED;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,aAAa,EAAE,CAEpD;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,aAAa,GAAG,SAAS,CAElE;AAED;;GAEG;AACH,wBAAsB,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CA4CxE;AAED;;GAEG;AACH,wBAAsB,uBAAuB,CAC3C,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC,CAwC1C;AAED;;GAEG;AACH,wBAAsB,yBAAyB,CAC7C,OAAO,EAAE,MAAM,GACd,OAAO,CAAC;IAAE,KAAK,EAAE,OAAO,CAAC;IAAC,MAAM,EAAE,MAAM,EAAE,CAAA;CAAE,CAAC,CAiC/C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/ai-toolkit-nx-claude",
3
- "version": "0.5.30-next.4",
3
+ "version": "0.5.30-next.5",
4
4
  "private": false,
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.cjs",