We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AkM-2018/tmp_cdk_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CHANGELOG.md•1.57 kB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2025-05-26
### Removed
- **BREAKING CHANGE:** Server Sent Events (SSE) support has been removed in accordance with the Model Context Protocol specification's [backwards compatibility guidelines](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#backwards-compatibility)
- This change prepares for future support of [Streamable HTTP](https://modelcontextprotocol.io/specification/draft/basic/transports#streamable-http) transport
## Unreleased
### Added
- Initial project setup
- New `GenerateLambdaLayerCode` tool for creating properly configured Lambda layers
- Extracts data directly from AWS documentation
- Provides smart fallback mechanisms for various AWS doc formats
- Integrates with CDK General Guidance flow
### Changed
- Reorganized CDK_GENERAL_GUIDANCE.md to eliminate duplication
- Created unified Implementation Approach and Workflow section
- Added clear separation between common and GenAI patterns
- Added section showing how both approaches can be used together
- Improved Lambda Powertools documentation
- Centralized CDK integration guidance
- Added explicit Lambda layer requirement notices
- Removed duplicate code examples from feature-specific files
- Updated Bedrock integration examples with proper layer creation patterns