Skip to content

Commit 359eef3

Browse files
author
Bob Strahan
committed
Release version 0.3.13 with External MCP Agent Integration
1 parent aa8db8d commit 359eef3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,18 @@ SPDX-License-Identifier: MIT-0
55

66
## [Unreleased]
77

8+
## [0.3.13]
9+
810
### Added
911

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+
1020
- **AWS GovCloud Support with Automated Template Generation**
1121
- Added GovCloud compatibility through `scripts/generate_govcloud_template.py` script
1222
- **ARN Partition Compatibility**: All templates updated to use `arn:${AWS::Partition}:` for both commercial and GovCloud regions

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.13-wip
1+
0.3.13

0 commit comments

Comments
 (0)