Skip to content

Commit d55bc9a

Browse files
authored
fix: correct gateway success message to reference gateway-target command (#468)
1 parent c6c3fc8 commit d55bc9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/tui/screens/mcp/AddGatewayFlow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function AddGatewayFlow({ isInteractive = true, onExit, onBack, onDev, on
7373
<AddSuccessScreen
7474
isInteractive={isInteractive}
7575
message={`Added gateway: ${flow.gatewayName}`}
76-
detail="Gateway defined in `agentcore/mcp.json`. Next: Use 'add tool' to route tools through this gateway."
76+
detail="Gateway defined in `agentcore/mcp.json`. Next: Use 'add gateway-target' to route targets through this gateway."
7777
loading={flow.loading}
7878
loadingMessage={flow.loadingMessage}
7979
showDevOption={true}

0 commit comments

Comments
 (0)