@aws/nx-plugin-mcp 1.0.0-rc.30 → 1.0.0-rc.31

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
@@ -20322,7 +20322,7 @@ const addCreateWorkspaceCommandTool = (server) => {
20322
20322
  text: `Run the following command to create a workspace:
20323
20323
 
20324
20324
  \`\`\`bash
20325
- ${buildCreateNxWorkspaceCommand(packageManager, "<workspace-name>", void 0, "next")} --no-interactive
20325
+ ${buildCreateNxWorkspaceCommand(packageManager, "<workspace-name>")} --no-interactive
20326
20326
  \`\`\`
20327
20327
 
20328
20328
  This will create a new workspace within the \`<workspace-name>\` directory.
@@ -20330,7 +20330,7 @@ This will create a new workspace within the \`<workspace-name>\` directory.
20330
20330
  If you are already inside an empty directory intended for this project, you can pass \`.\` as the workspace name to create the workspace in the current directory:
20331
20331
 
20332
20332
  \`\`\`bash
20333
- ${buildCreateNxWorkspaceCommand(packageManager, ".", void 0, "next")} --no-interactive
20333
+ ${buildCreateNxWorkspaceCommand(packageManager, ".")} --no-interactive
20334
20334
  \`\`\`
20335
20335
 
20336
20336
  Note that this will prompt for an Infrastructure as Code provider (${IAC_PROVIDERS.join(", ")}).
@@ -97,7 +97,7 @@ waf: WAF {
97
97
 
98
98
  gateway: AgentCore Gateway\n(MCP, IAM auth) {
99
99
  shape: image
100
- icon: /nx-plugin-for-aws/icons/aws/bedrock-agentcore.svg
100
+ icon: /nx-plugin-for-aws/icons/aws/bedrock-agentcore-gateway.svg
101
101
  }
102
102
 
103
103
  targets: Downstream MCP Servers\n(Gateway targets) {
@@ -23,7 +23,7 @@ ecr: ECR {
23
23
 
24
24
  agentcore: Strands Agent\n(AgentCore Runtime) {
25
25
  shape: image
26
- icon: /nx-plugin-for-aws/icons/aws/bedrock-agentcore.svg
26
+ icon: /nx-plugin-for-aws/icons/aws/bedrock-agentcore-runtime.svg
27
27
  }
28
28
 
29
29
  bedrock: Bedrock\n(Model Inference) {
@@ -23,7 +23,7 @@ ecr: ECR {
23
23
 
24
24
  agentcore: MCP Server\n(AgentCore Runtime) {
25
25
  shape: image
26
- icon: /nx-plugin-for-aws/icons/aws/bedrock-agentcore.svg
26
+ icon: /nx-plugin-for-aws/icons/aws/bedrock-agentcore-runtime.svg
27
27
  }
28
28
 
29
29
  cw: CloudWatch\n(Logs, Metrics) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/nx-plugin-mcp",
3
- "version": "1.0.0-rc.30",
3
+ "version": "1.0.0-rc.31",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",