@aws/nx-plugin-mcp 0.115.0 → 0.116.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/nx-plugin-mcp",
3
- "version": "0.115.0",
3
+ "version": "0.116.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",
@@ -25,10 +25,10 @@
25
25
  "x-dropdown": "projects"
26
26
  },
27
27
  "cognitoDomain": {
28
- "description": "The cognito domain prefix to use",
28
+ "description": "The cognito domain prefix to use. If omitted, a value is derived from the npm scope and website project name.",
29
29
  "type": "string",
30
30
  "x-priority": "important",
31
- "x-prompt": "the cognito domain prefix to use i.e: https://{{cognitoDomain}}-123456789.auth.ap-southeast-2.amazoncognito.com"
31
+ "x-prompt": "the cognito domain prefix to use i.e: https://{{cognitoDomain}}-123456789.auth.ap-southeast-2.amazoncognito.com (leave blank to derive from scope and project name)"
32
32
  },
33
33
  "allowSignup": {
34
34
  "description": "Whether to allow self-signup",
@@ -46,5 +46,5 @@
46
46
  "x-prompt": "Which provider would you like to manage your infrastructure? (default: Inherit)"
47
47
  }
48
48
  },
49
- "required": ["project", "cognitoDomain"]
49
+ "required": ["project"]
50
50
  }