@aws/nx-plugin-mcp 1.0.0-rc.1 → 1.0.0-rc.2

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
@@ -19105,7 +19105,8 @@ var generators$1 = {
19105
19105
  "factory": "./src/py/mcp-server/generator",
19106
19106
  "schema": "./src/py/mcp-server/schema.json",
19107
19107
  "description": "Generate a Python Model Context Protocol (MCP) server for providing context to Large Language Models",
19108
- "metric": "g24"
19108
+ "metric": "g24",
19109
+ "guidePages": ["py-mcp-server"]
19109
19110
  },
19110
19111
  "py#project": {
19111
19112
  "factory": "./src/py/project/generator",
@@ -19118,7 +19119,8 @@ var generators$1 = {
19118
19119
  "factory": "./src/py/agent/generator",
19119
19120
  "schema": "./src/py/agent/schema.json",
19120
19121
  "description": "Add an AI Agent to a Python project",
19121
- "metric": "g25"
19122
+ "metric": "g25",
19123
+ "guidePages": ["py-agent"]
19122
19124
  },
19123
19125
  "py#agent#mcp-connection": {
19124
19126
  "factory": "./src/py/agent/mcp-connection/generator",
@@ -19187,7 +19189,8 @@ var generators$1 = {
19187
19189
  "factory": "./src/ts/mcp-server/generator",
19188
19190
  "schema": "./src/ts/mcp-server/schema.json",
19189
19191
  "description": "Generate a TypeScript Model Context Protocol (MCP) server for providing context to Large Language Models",
19190
- "metric": "g18"
19192
+ "metric": "g18",
19193
+ "guidePages": ["ts-mcp-server"]
19191
19194
  },
19192
19195
  "ts#nx-generator": {
19193
19196
  "factory": "./src/ts/nx-generator/generator",
@@ -19257,7 +19260,8 @@ var generators$1 = {
19257
19260
  "factory": "./src/ts/agent/generator",
19258
19261
  "schema": "./src/ts/agent/schema.json",
19259
19262
  "description": "Add an AI Agent to a TypeScript project",
19260
- "metric": "g30"
19263
+ "metric": "g30",
19264
+ "guidePages": ["ts-agent"]
19261
19265
  },
19262
19266
  "ts#agent#mcp-connection": {
19263
19267
  "factory": "./src/ts/agent/mcp-connection/generator",
@@ -19324,7 +19328,8 @@ var generators$1 = {
19324
19328
  "factory": "./src/ts/rdb/generator",
19325
19329
  "schema": "./src/ts/rdb/schema.json",
19326
19330
  "description": "Create a relational database project",
19327
- "metric": "g38"
19331
+ "metric": "g38",
19332
+ "guidePages": ["ts-rdb"]
19328
19333
  },
19329
19334
  "ts#rdb#smithy-connection": {
19330
19335
  "factory": "./src/ts/rdb/smithy-connection/generator",
@@ -4,6 +4,7 @@ description: Reference documentation for tRPC
4
4
  generator: ts#trpc-api
5
5
  when:
6
6
  framework: [trpc]
7
+ infra: [rest-lambda, http-lambda]
7
8
  ---
8
9
  import { FileTree, Tabs, TabItem } from '@astrojs/starlight/components';
9
10
  import Link from '@components/link.astro';
@@ -4,6 +4,7 @@ description: Reference documentation for Smithy TypeScript API
4
4
  generator: ts#smithy-api
5
5
  when:
6
6
  framework: [smithy]
7
+ infra: [rest-lambda]
7
8
  ---
8
9
 
9
10
  import { FileTree } from '@astrojs/starlight/components';
package/generators.json CHANGED
@@ -100,7 +100,8 @@
100
100
  "factory": "./src/py/mcp-server/generator",
101
101
  "schema": "./src/py/mcp-server/schema.json",
102
102
  "description": "Generate a Python Model Context Protocol (MCP) server for providing context to Large Language Models",
103
- "metric": "g24"
103
+ "metric": "g24",
104
+ "guidePages": ["py-mcp-server"]
104
105
  },
105
106
  "py#project": {
106
107
  "factory": "./src/py/project/generator",
@@ -113,7 +114,8 @@
113
114
  "factory": "./src/py/agent/generator",
114
115
  "schema": "./src/py/agent/schema.json",
115
116
  "description": "Add an AI Agent to a Python project",
116
- "metric": "g25"
117
+ "metric": "g25",
118
+ "guidePages": ["py-agent"]
117
119
  },
118
120
  "py#agent#mcp-connection": {
119
121
  "factory": "./src/py/agent/mcp-connection/generator",
@@ -182,7 +184,8 @@
182
184
  "factory": "./src/ts/mcp-server/generator",
183
185
  "schema": "./src/ts/mcp-server/schema.json",
184
186
  "description": "Generate a TypeScript Model Context Protocol (MCP) server for providing context to Large Language Models",
185
- "metric": "g18"
187
+ "metric": "g18",
188
+ "guidePages": ["ts-mcp-server"]
186
189
  },
187
190
  "ts#nx-generator": {
188
191
  "factory": "./src/ts/nx-generator/generator",
@@ -252,7 +255,8 @@
252
255
  "factory": "./src/ts/agent/generator",
253
256
  "schema": "./src/ts/agent/schema.json",
254
257
  "description": "Add an AI Agent to a TypeScript project",
255
- "metric": "g30"
258
+ "metric": "g30",
259
+ "guidePages": ["ts-agent"]
256
260
  },
257
261
  "ts#agent#mcp-connection": {
258
262
  "factory": "./src/ts/agent/mcp-connection/generator",
@@ -315,7 +319,8 @@
315
319
  "factory": "./src/ts/rdb/generator",
316
320
  "schema": "./src/ts/rdb/schema.json",
317
321
  "description": "Create a relational database project",
318
- "metric": "g38"
322
+ "metric": "g38",
323
+ "guidePages": ["ts-rdb"]
319
324
  },
320
325
  "ts#rdb#smithy-connection": {
321
326
  "factory": "./src/ts/rdb/smithy-connection/generator",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/nx-plugin-mcp",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.0-rc.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",
@@ -89,9 +89,9 @@
89
89
  },
90
90
  "infra": {
91
91
  "type": "string",
92
- "description": "The type of infrastructure to use to deploy this API. Choose between rest-lambda (default) or http-lambda.",
92
+ "description": "The type of infrastructure to use to deploy this API.",
93
93
  "default": "rest-lambda",
94
- "enum": ["rest-lambda", "http-lambda"],
94
+ "enum": ["rest-lambda", "http-lambda", "none"],
95
95
  "x-prompt": "What infrastructure would you like to deploy your API with?",
96
96
  "x-priority": "important"
97
97
  }
@@ -71,9 +71,9 @@
71
71
  },
72
72
  "infra": {
73
73
  "type": "string",
74
- "description": "The type of infrastructure to use to deploy this API. Choose between rest-lambda (default) or http-lambda.",
74
+ "description": "The type of infrastructure to use to deploy this API.",
75
75
  "default": "rest-lambda",
76
- "enum": ["rest-lambda", "http-lambda"],
76
+ "enum": ["rest-lambda", "http-lambda", "none"],
77
77
  "x-prompt": "What infrastructure would you like to deploy your API with?",
78
78
  "x-priority": "important"
79
79
  }
@@ -75,6 +75,14 @@
75
75
  "default": "Any",
76
76
  "x-prompt": "Enter the event source model to use for the lambda function"
77
77
  },
78
+ "infra": {
79
+ "type": "string",
80
+ "description": "The type of infrastructure to deploy your Lambda function with.",
81
+ "enum": ["lambda", "none"],
82
+ "default": "lambda",
83
+ "x-priority": "important",
84
+ "x-prompt": "What infrastructure would you like to deploy your Lambda function with?"
85
+ },
78
86
  "iac": {
79
87
  "type": "string",
80
88
  "description": "The preferred IaC provider. By default this is inherited from your initial selection.",
@@ -74,7 +74,7 @@
74
74
  "type": "string",
75
75
  "description": "The type of infrastructure to use to deploy this API.",
76
76
  "default": "rest-lambda",
77
- "enum": ["rest-lambda"],
77
+ "enum": ["rest-lambda", "none"],
78
78
  "x-prompt": "What infrastructure would you like to deploy your API with?",
79
79
  "x-priority": "internal"
80
80
  }
@@ -66,9 +66,9 @@
66
66
  },
67
67
  "infra": {
68
68
  "type": "string",
69
- "description": "The type of infrastructure to use to deploy this API. Choose between rest-lambda (default) or http-lambda.",
69
+ "description": "The type of infrastructure to use to deploy this API.",
70
70
  "default": "rest-lambda",
71
- "enum": ["rest-lambda", "http-lambda"],
71
+ "enum": ["rest-lambda", "http-lambda", "none"],
72
72
  "x-prompt": "What infrastructure would you like to deploy your API with?",
73
73
  "x-priority": "important"
74
74
  }
@@ -96,7 +96,7 @@
96
96
  "type": "string",
97
97
  "description": "The type of infrastructure to use to deploy this API.",
98
98
  "default": "rest-lambda",
99
- "enum": ["rest-lambda", "http-lambda"],
99
+ "enum": ["rest-lambda", "http-lambda", "none"],
100
100
  "x-prompt": "What infrastructure would you like to deploy your API with?",
101
101
  "x-priority": "important"
102
102
  }
@@ -77,6 +77,14 @@
77
77
  "default": "Any",
78
78
  "x-prompt": "Enter the event source schema to use for the lambda function"
79
79
  },
80
+ "infra": {
81
+ "type": "string",
82
+ "description": "The type of infrastructure to deploy your Lambda function with.",
83
+ "enum": ["lambda", "none"],
84
+ "default": "lambda",
85
+ "x-priority": "important",
86
+ "x-prompt": "What infrastructure would you like to deploy your Lambda function with?"
87
+ },
80
88
  "iac": {
81
89
  "type": "string",
82
90
  "description": "The preferred IaC provider. By default this is inherited from your initial selection.",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "infra": {
31
31
  "type": "string",
32
- "enum": ["aurora"],
32
+ "enum": ["aurora", "none"],
33
33
  "default": "aurora",
34
34
  "description": "Relational database service to provision.",
35
35
  "x-priority": "important",
@@ -83,6 +83,14 @@
83
83
  "x-priority": "important",
84
84
  "x-prompt": "Would you like to enable Tanstack Router for type-safe routing?"
85
85
  },
86
+ "infra": {
87
+ "type": "string",
88
+ "description": "The type of infrastructure to deploy your website with.",
89
+ "enum": ["cloudfront-s3", "none"],
90
+ "default": "cloudfront-s3",
91
+ "x-priority": "important",
92
+ "x-prompt": "What infrastructure would you like to deploy your website with?"
93
+ },
86
94
  "iac": {
87
95
  "type": "string",
88
96
  "description": "The preferred IaC provider. By default this is inherited from your initial selection.",