@aws/nx-plugin-mcp 0.117.0 → 0.118.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 +1 -1
- package/src/ts/agent/schema.json +1 -1
package/package.json
CHANGED
package/src/ts/agent/schema.json
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"protocol": {
|
|
48
48
|
"type": "string",
|
|
49
|
-
"description": "The server protocol for your Agent. HTTP exposes a tRPC/WebSocket server. A2A exposes an Agent-to-Agent protocol server. AG-UI
|
|
49
|
+
"description": "The server protocol for your Agent. HTTP exposes a tRPC/WebSocket server. A2A exposes an Agent-to-Agent protocol server. AG-UI exposes an AG-UI protocol server for direct frontend integration with CopilotKit.",
|
|
50
50
|
"x-prompt": "Which protocol would you like to use for your Agent?",
|
|
51
51
|
"enum": ["HTTP", "A2A", "AG-UI"],
|
|
52
52
|
"default": "HTTP",
|