You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,18 @@ SPDX-License-Identifier: MIT-0
5
5
6
6
## [Unreleased]
7
7
8
+
## [0.3.13]
9
+
8
10
### Added
9
11
12
+
-**External MCP Agent Integration for Custom Tool Extension**
13
+
- Added External MCP (Model Context Protocol) Agent support that enables integration with custom MCP servers to extend IDP capabilities
14
+
-**Cross-Account Integration**: Host MCP servers in separate AWS accounts or external infrastructure with secure OAuth authentication using AWS Cognito
15
+
-**Dynamic Tool Discovery**: Automatically discovers and integrates available tools from MCP servers through the IDP web interface
16
+
-**Secure Authentication Flow**: Uses AWS Cognito User Pools for OAuth bearer token authentication with proper token validation
17
+
-**Configuration Management**: JSON array configuration in AWS Secrets Manager supporting multiple MCP server connections with optional custom agent names and descriptions
18
+
-**Real-time Integration**: Tools become immediately available through the IDP web interface after configuration
19
+
10
20
-**AWS GovCloud Support with Automated Template Generation**
11
21
- Added GovCloud compatibility through `scripts/generate_govcloud_template.py` script
12
22
-**ARN Partition Compatibility**: All templates updated to use `arn:${AWS::Partition}:` for both commercial and GovCloud regions
0 commit comments