@aws/nx-plugin-mcp 0.99.1 → 0.101.0

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/bin/aws-nx-mcp.js CHANGED
@@ -18669,6 +18669,7 @@ var generators$1 = {
18669
18669
  "connection/react-smithy",
18670
18670
  "connection/react-ts-strands-agent",
18671
18671
  "connection/react-py-strands-agent",
18672
+ "connection/react-agui",
18672
18673
  "connection/py-strands-agent-mcp",
18673
18674
  "connection/ts-strands-agent-mcp",
18674
18675
  "connection/py-strands-agent-a2a",
@@ -18756,6 +18757,20 @@ var generators$1 = {
18756
18757
  "description": "Add a Strands Agent to a Python project",
18757
18758
  "metric": "g25"
18758
18759
  },
18760
+ "py#strands-agent#mcp-connection": {
18761
+ "factory": "./src/py/strands-agent/mcp-connection/generator",
18762
+ "schema": "./src/py/strands-agent/mcp-connection/schema.json",
18763
+ "description": "Connect a Python Strands Agent to an MCP server",
18764
+ "metric": "g32",
18765
+ "hidden": true
18766
+ },
18767
+ "py#strands-agent#react-connection": {
18768
+ "factory": "./src/py/strands-agent/react-connection/generator",
18769
+ "schema": "./src/py/strands-agent/react-connection/schema.json",
18770
+ "description": "Connect a React website to a Python Strands Agent",
18771
+ "metric": "g34",
18772
+ "hidden": true
18773
+ },
18759
18774
  "smithy#project": {
18760
18775
  "factory": "./src/smithy/project/generator",
18761
18776
  "schema": "./src/smithy/project/schema.json",
@@ -18777,6 +18792,13 @@ var generators$1 = {
18777
18792
  "metric": "g23",
18778
18793
  "guidePages": ["terraform-project"]
18779
18794
  },
18795
+ "ts#astro-docs": {
18796
+ "factory": "./src/ts/astro-docs/generator",
18797
+ "schema": "./src/ts/astro-docs/schema.json",
18798
+ "description": "Generates an Astro + Starlight documentation site with localisation, snippets, blog, and optional automated documentation translation",
18799
+ "metric": "g37",
18800
+ "guidePages": ["astro-docs"]
18801
+ },
18780
18802
  "ts#infra": {
18781
18803
  "factory": "./src/infra/app/generator",
18782
18804
  "schema": "./src/infra/app/schema.json",
@@ -18849,13 +18871,6 @@ var generators$1 = {
18849
18871
  "description": "Add a Strands Agent to a TypeScript project",
18850
18872
  "metric": "g30"
18851
18873
  },
18852
- "ts#strands-agent#react-connection": {
18853
- "factory": "./src/ts/strands-agent/react-connection/generator",
18854
- "schema": "./src/ts/strands-agent/react-connection/schema.json",
18855
- "description": "Connect a React website to a TypeScript Strands Agent",
18856
- "metric": "g33",
18857
- "hidden": true
18858
- },
18859
18874
  "ts#strands-agent#mcp-connection": {
18860
18875
  "factory": "./src/ts/strands-agent/mcp-connection/generator",
18861
18876
  "schema": "./src/ts/strands-agent/mcp-connection/schema.json",
@@ -18863,11 +18878,11 @@ var generators$1 = {
18863
18878
  "metric": "g31",
18864
18879
  "hidden": true
18865
18880
  },
18866
- "py#strands-agent#mcp-connection": {
18867
- "factory": "./src/py/strands-agent/mcp-connection/generator",
18868
- "schema": "./src/py/strands-agent/mcp-connection/schema.json",
18869
- "description": "Connect a Python Strands Agent to an MCP server",
18870
- "metric": "g32",
18881
+ "ts#strands-agent#react-connection": {
18882
+ "factory": "./src/ts/strands-agent/react-connection/generator",
18883
+ "schema": "./src/ts/strands-agent/react-connection/schema.json",
18884
+ "description": "Connect a React website to a TypeScript Strands Agent",
18885
+ "metric": "g33",
18871
18886
  "hidden": true
18872
18887
  },
18873
18888
  "ts#strands-agent#a2a-connection": {
@@ -18884,13 +18899,6 @@ var generators$1 = {
18884
18899
  "metric": "g36",
18885
18900
  "hidden": true
18886
18901
  },
18887
- "py#strands-agent#react-connection": {
18888
- "factory": "./src/py/strands-agent/react-connection/generator",
18889
- "schema": "./src/py/strands-agent/react-connection/schema.json",
18890
- "description": "Connect a React website to a Python Strands Agent",
18891
- "metric": "g34",
18892
- "hidden": true
18893
- },
18894
18902
  "ts#sync": {
18895
18903
  "factory": "./src/ts/sync/generator",
18896
18904
  "schema": "./src/ts/sync/schema.json",
package/generators.json CHANGED
@@ -15,6 +15,7 @@
15
15
  "connection/react-smithy",
16
16
  "connection/react-ts-strands-agent",
17
17
  "connection/react-py-strands-agent",
18
+ "connection/react-agui",
18
19
  "connection/py-strands-agent-mcp",
19
20
  "connection/ts-strands-agent-mcp",
20
21
  "connection/py-strands-agent-a2a",
@@ -102,6 +103,20 @@
102
103
  "description": "Add a Strands Agent to a Python project",
103
104
  "metric": "g25"
104
105
  },
106
+ "py#strands-agent#mcp-connection": {
107
+ "factory": "./src/py/strands-agent/mcp-connection/generator",
108
+ "schema": "./src/py/strands-agent/mcp-connection/schema.json",
109
+ "description": "Connect a Python Strands Agent to an MCP server",
110
+ "metric": "g32",
111
+ "hidden": true
112
+ },
113
+ "py#strands-agent#react-connection": {
114
+ "factory": "./src/py/strands-agent/react-connection/generator",
115
+ "schema": "./src/py/strands-agent/react-connection/schema.json",
116
+ "description": "Connect a React website to a Python Strands Agent",
117
+ "metric": "g34",
118
+ "hidden": true
119
+ },
105
120
  "smithy#project": {
106
121
  "factory": "./src/smithy/project/generator",
107
122
  "schema": "./src/smithy/project/schema.json",
@@ -123,6 +138,13 @@
123
138
  "metric": "g23",
124
139
  "guidePages": ["terraform-project"]
125
140
  },
141
+ "ts#astro-docs": {
142
+ "factory": "./src/ts/astro-docs/generator",
143
+ "schema": "./src/ts/astro-docs/schema.json",
144
+ "description": "Generates an Astro + Starlight documentation site with localisation, snippets, blog, and optional automated documentation translation",
145
+ "metric": "g37",
146
+ "guidePages": ["astro-docs"]
147
+ },
126
148
  "ts#infra": {
127
149
  "factory": "./src/infra/app/generator",
128
150
  "schema": "./src/infra/app/schema.json",
@@ -195,13 +217,6 @@
195
217
  "description": "Add a Strands Agent to a TypeScript project",
196
218
  "metric": "g30"
197
219
  },
198
- "ts#strands-agent#react-connection": {
199
- "factory": "./src/ts/strands-agent/react-connection/generator",
200
- "schema": "./src/ts/strands-agent/react-connection/schema.json",
201
- "description": "Connect a React website to a TypeScript Strands Agent",
202
- "metric": "g33",
203
- "hidden": true
204
- },
205
220
  "ts#strands-agent#mcp-connection": {
206
221
  "factory": "./src/ts/strands-agent/mcp-connection/generator",
207
222
  "schema": "./src/ts/strands-agent/mcp-connection/schema.json",
@@ -209,11 +224,11 @@
209
224
  "metric": "g31",
210
225
  "hidden": true
211
226
  },
212
- "py#strands-agent#mcp-connection": {
213
- "factory": "./src/py/strands-agent/mcp-connection/generator",
214
- "schema": "./src/py/strands-agent/mcp-connection/schema.json",
215
- "description": "Connect a Python Strands Agent to an MCP server",
216
- "metric": "g32",
227
+ "ts#strands-agent#react-connection": {
228
+ "factory": "./src/ts/strands-agent/react-connection/generator",
229
+ "schema": "./src/ts/strands-agent/react-connection/schema.json",
230
+ "description": "Connect a React website to a TypeScript Strands Agent",
231
+ "metric": "g33",
217
232
  "hidden": true
218
233
  },
219
234
  "ts#strands-agent#a2a-connection": {
@@ -230,13 +245,6 @@
230
245
  "metric": "g36",
231
246
  "hidden": true
232
247
  },
233
- "py#strands-agent#react-connection": {
234
- "factory": "./src/py/strands-agent/react-connection/generator",
235
- "schema": "./src/py/strands-agent/react-connection/schema.json",
236
- "description": "Connect a React website to a Python Strands Agent",
237
- "metric": "g34",
238
- "hidden": true
239
- },
240
248
  "ts#sync": {
241
249
  "factory": "./src/ts/sync/generator",
242
250
  "schema": "./src/ts/sync/schema.json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/nx-plugin-mcp",
3
- "version": "0.99.1",
3
+ "version": "0.101.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",
@@ -38,9 +38,9 @@
38
38
  },
39
39
  "protocol": {
40
40
  "type": "string",
41
- "description": "The server protocol for your Strands Agent. HTTP exposes a FastAPI HTTP server. A2A exposes an Agent-to-Agent protocol server.",
41
+ "description": "The server protocol for your Strands Agent. HTTP exposes a FastAPI HTTP server. A2A exposes an Agent-to-Agent protocol server. AG-UI exposes an Agent-User Interaction protocol server for direct frontend integration.",
42
42
  "x-prompt": "Which protocol would you like to use for your Strands Agent?",
43
- "enum": ["HTTP", "A2A"],
43
+ "enum": ["HTTP", "A2A", "AG-UI"],
44
44
  "default": "HTTP",
45
45
  "x-priority": "important"
46
46
  },
@@ -0,0 +1,62 @@
1
+ {
2
+ "$schema": "https://json-schema.org/schema",
3
+ "cli": "nx",
4
+ "$id": "ts#astro-docs",
5
+ "title": "Create an Astro + Starlight documentation site",
6
+ "description": "Generates an Astro + Starlight documentation site with localisation, snippets, blog and optional automated doc translation - the core features of a docs site out of the box.",
7
+ "examples": [
8
+ {
9
+ "command": "nx g ts#astro-docs",
10
+ "description": "Generate a docs site at `docs/` (using the default name)"
11
+ },
12
+ {
13
+ "command": "nx g ts#astro-docs my-docs --noTranslation",
14
+ "description": "Generate a docs site without the automated translation pipeline"
15
+ }
16
+ ],
17
+ "type": "object",
18
+ "properties": {
19
+ "name": {
20
+ "description": "The name of the docs project.",
21
+ "type": "string",
22
+ "default": "docs",
23
+ "$default": {
24
+ "$source": "argv",
25
+ "index": 0
26
+ },
27
+ "x-prompt": "What name would you like to use for the docs project?",
28
+ "pattern": "^[a-zA-Z][^:]*$"
29
+ },
30
+ "directory": {
31
+ "description": "The parent directory the docs project is placed in.",
32
+ "type": "string",
33
+ "alias": "dir",
34
+ "x-priority": "important",
35
+ "default": ".",
36
+ "x-prompt": "Which parent directory would you like to place the docs project in?"
37
+ },
38
+ "subDirectory": {
39
+ "type": "string",
40
+ "description": "The sub directory the docs project is placed in. Defaults to the kebab-case project name.",
41
+ "x-prompt": "Which sub directory should the docs project be created in? (default: kebab-case of the name)"
42
+ },
43
+ "noTranslation": {
44
+ "description": "Opt out of the automated documentation translation pipeline (Strands Agent on Amazon Bedrock + a `translate` project target).",
45
+ "type": "boolean",
46
+ "default": false,
47
+ "x-prompt": "Would you like to opt out of automated documentation translation?"
48
+ },
49
+ "noBlog": {
50
+ "description": "Opt out of the `starlight-blog` plugin and the sample blog post.",
51
+ "type": "boolean",
52
+ "default": false,
53
+ "x-prompt": "Would you like to opt out of the blog?"
54
+ },
55
+ "skipInstall": {
56
+ "description": "Skip installing dependencies after the generator runs.",
57
+ "type": "boolean",
58
+ "default": false
59
+ }
60
+ },
61
+ "required": ["name"]
62
+ }
@@ -38,9 +38,9 @@
38
38
  },
39
39
  "protocol": {
40
40
  "type": "string",
41
- "description": "The server protocol for your Strands Agent. HTTP exposes a tRPC/WebSocket server. A2A exposes an Agent-to-Agent protocol server.",
41
+ "description": "The server protocol for your Strands Agent. HTTP exposes a tRPC/WebSocket server. A2A exposes an Agent-to-Agent protocol server. AG-UI is not yet supported for TypeScript agents.",
42
42
  "x-prompt": "Which protocol would you like to use for your Strands Agent?",
43
- "enum": ["HTTP", "A2A"],
43
+ "enum": ["HTTP", "A2A", "AG-UI"],
44
44
  "default": "HTTP",
45
45
  "x-priority": "important"
46
46
  },