@aws/nx-plugin-mcp 0.99.1 → 0.100.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",
|
package/generators.json
CHANGED
package/package.json
CHANGED
|
@@ -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
|
},
|
|
@@ -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
|
},
|