Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
56134db
feat: mcp gateway schema types (auth, outbound auth, OAuth credential…
aidandaly24 Feb 23, 2026
7f2efe9
refactor: rename mcp-tool to gateway-target across CLI (#377)
aidandaly24 Feb 23, 2026
1baab37
feat: enable gateway commands, UI updates, deploy pipeline, credentia…
aidandaly24 Feb 23, 2026
da7da9d
feat: add external MCP server target support and unassigned targets (…
aidandaly24 Feb 23, 2026
268facf
feat: add OAuth credential provider creation during deploy (#407)
aidandaly24 Feb 23, 2026
bac6e3c
refactor: remove exposure/mcp-runtime mode from gateway-target comman…
aidandaly24 Feb 24, 2026
6eba693
test: add unit tests for Batches 1-3 gateway functionality (#415)
aidandaly24 Feb 24, 2026
3f7cc97
feat: assign unassigned targets to gateways and preserve targets on r…
aidandaly24 Feb 24, 2026
3252f32
feat: add OAuth credential support to add identity and outbound auth …
aidandaly24 Feb 24, 2026
75843cf
fix: use nullish coalescing operator in validate.ts (#429)
aidandaly24 Feb 24, 2026
ff6f8e4
feat: add OAuth credential setup and gateway output parsing to TUI de…
aidandaly24 Feb 24, 2026
fff94a6
feat: display gateway target sync status after deploy (#419)
aidandaly24 Feb 25, 2026
0890e0a
refactor: remove gateway bind flow from add gateway TUI (#431)
aidandaly24 Feb 25, 2026
a6ac50d
fix: prettier formatting for gateway-status.ts (#449)
aidandaly24 Feb 25, 2026
723f597
feat: add gateway auth and multi-gateway support to agent templates (…
aidandaly24 Feb 25, 2026
5e543e2
refactor: remove dead agent binding step from add gateway wizard (#456)
aidandaly24 Feb 26, 2026
3f17d35
feat: wire existing-endpoint flow for gateway targets (#455)
aidandaly24 Feb 26, 2026
f559be5
fix: CDK template types and credential ARN passthrough for gateway de…
aidandaly24 Feb 26, 2026
8c44fb1
feat: set gateway env vars in agentcore dev for local testing (#428)
aidandaly24 Feb 26, 2026
5b3cd23
fix: prettier formatting for upstream files (#461)
aidandaly24 Feb 26, 2026
a42f677
refactor: remove dead bind flow and rename MCP Tool to Gateway Target…
aidandaly24 Feb 26, 2026
f09a152
feat: add outbound auth wizard step with inline credential creation (…
aidandaly24 Feb 26, 2026
2681cea
fix: require gateway when creating a gateway target (#469)
tejaskash Feb 27, 2026
08a9fa0
fix: correct gateway success message to reference gateway-target comm…
aidandaly24 Mar 2, 2026
3ef1d1f
feat: add OAuth credential type to add identity TUI wizard (#464)
aidandaly24 Mar 2, 2026
f295ffd
feat: implement inbound auth (#467)
aidandaly24 Mar 2, 2026
5105654
fix: prettier formatting and remove redundant condition
aidandaly24 Mar 2, 2026
81379a3
fix: sanitize OAuth error to prevent clear-text logging of sensitive …
aidandaly24 Mar 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/agentcore",
"version": "0.3.0-preview.2.1",
"version": "0.3.0-preview.3",
"description": "CLI for Amazon Bedrock AgentCore",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading
Loading