Skip to content

feat: wire existing-endpoint flow for gateway targets#455

Merged
jesseturner21 merged 3 commits intoaws:feat/gateway-integrationfrom
aidandaly24:feat/existing-endpoint-flow
Feb 26, 2026
Merged

feat: wire existing-endpoint flow for gateway targets#455
jesseturner21 merged 3 commits intoaws:feat/gateway-integrationfrom
aidandaly24:feat/existing-endpoint-flow

Conversation

@aidandaly24
Copy link
Contributor

Description

Wire the existing-endpoint flow for gateway targets. When a user selects "existing-endpoint" as the source, the CLI now routes to createExternalGatewayTarget instead of the scaffold-based createToolFromWizard. This enables connecting to external MCP servers via endpoint URL without scaffolding Lambda code.

Changes:

  • Route existing-endpoint source to createExternalGatewayTarget in CLI actions
  • Reject --host flag for existing-endpoint targets (host is only relevant for scaffolded targets)
  • Remove host selection step from TUI wizard (not needed for existing-endpoint flow)
  • Add unit tests for routing and validation

Related Issue

Closes #

Documentation PR

N/A

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Other (please describe):

Testing

How have you tested the change?

  • I ran npm run test:unit and npm run test:integ
  • I ran npm run typecheck
  • I ran npm run lint
  • If I modified src/assets/, I ran npm run test:update-snapshots and committed the updated snapshots

Checklist

  • I have read the CONTRIBUTING document
  • I have added any necessary tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have added an appropriate example to the documentation to outline the feature, or no new docs are needed
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.

@github-actions github-actions bot added size/s PR size: S size/m PR size: M and removed size/s PR size: S labels Feb 25, 2026
@aidandaly24 aidandaly24 force-pushed the feat/existing-endpoint-flow branch from 636049c to d3fda70 Compare February 26, 2026 14:44
@github-actions github-actions bot added size/m PR size: M and removed size/m PR size: M labels Feb 26, 2026
Copy link
Contributor

@jesseturner21 jesseturner21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jesseturner21 jesseturner21 merged commit 571b528 into aws:feat/gateway-integration Feb 26, 2026
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/m PR size: M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants