@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>"
|
|
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, "."
|
|
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) {
|