We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2681cea commit 08a9fa0Copy full SHA for 08a9fa0
1 file changed
src/cli/tui/screens/mcp/AddGatewayFlow.tsx
@@ -73,7 +73,7 @@ export function AddGatewayFlow({ isInteractive = true, onExit, onBack, onDev, on
73
<AddSuccessScreen
74
isInteractive={isInteractive}
75
message={`Added gateway: ${flow.gatewayName}`}
76
- detail="Gateway defined in `agentcore/mcp.json`. Next: Use 'add tool' to route tools through this gateway."
+ detail="Gateway defined in `agentcore/mcp.json`. Next: Use 'add gateway-target' to route targets through this gateway."
77
loading={flow.loading}
78
loadingMessage={flow.loadingMessage}
79
showDevOption={true}
0 commit comments