-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: Deprecate CDK MCP Server and specific tools #1906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Add deprecation notice to CDK MCP Server README pointing to AWS IaC MCP Server - Mark CDK MCP Server as deprecated in main README (both tables) - Add deprecation warnings to GenerateBedrockAgentSchema and CheckCDKNagSuppressions tools - Update tool docstrings with DEPRECATED prefix - Add Python warnings.warn() calls to deprecated tools - Add Vibe Coding guidance links to main README
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1906 +/- ##
==========================================
- Coverage 90.46% 90.45% -0.01%
==========================================
Files 854 854
Lines 63831 63836 +5
Branches 10372 10372
==========================================
+ Hits 57742 57745 +3
Misses 3785 3785
- Partials 2304 2306 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Fix trailing whitespace in tools.py - Apply ruff formatting to deprecation warning message - Fix broken relative link to AWS IaC MCP Server in README
| @@ -57,6 +58,8 @@ | |||
| - [Remote MCP Servers](#remote-mcp-servers) | |||
| - [Use Cases for the Servers](#use-cases-for-the-servers) | |||
| - [Installation and Setup](#installation-and-setup) | |||
| - [For macOS/Linux](#for-macoslinux) | |||
| - [For Windows](#for-windows) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are these changes intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it was done by precommit, mostly markdown reformatting
scottschreckengaust
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please revert the indentations
| - [Supported transport mechanisms](#supported-transport-mechanisms) | ||
| - [Server Sent Events Support Removal](#server-sent-events-support-removal) | ||
| - [Why AWS MCP Servers?](#why-aws-mcp-servers) | ||
| - [Why AWS MCP Servers?](#why-aws-mcp-servers) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likely not a sub-topic of transports
| - [Why AWS MCP Servers?](#why-aws-mcp-servers) | |
| - [Why AWS MCP Servers?](#why-aws-mcp-servers) |
| - [🏗️ Infrastructure \& Deployment](#️-infrastructure--deployment) | ||
| - [Infrastructure as Code](#infrastructure-as-code) | ||
| - [Container Platforms](#container-platforms) | ||
| - [Serverless \& Functions](#serverless--functions) | ||
| - [Support](#support) | ||
| - [🤖 AI \& Machine Learning](#-ai--machine-learning) | ||
| - [📊 Data \& Analytics](#-data--analytics) | ||
| - [SQL \& NoSQL Databases](#sql--nosql-databases) | ||
| - [🏗️ Infrastructure \& Deployment](#️-infrastructure--deployment) | ||
| - [Container Platforms](#container-platforms) | ||
| - [Serverless \& Functions](#serverless--functions) | ||
| - [Support](#support) | ||
| - [🤖 AI \& Machine Learning](#-ai--machine-learning) | ||
| - [📊 Data \& Analytics](#-data--analytics) | ||
| - [SQL \& NoSQL Databases](#sql--nosql-databases) | ||
| - [Search \& Analytics](#search--analytics) | ||
| - [Caching \& Performance](#caching--performance) | ||
| - [🛠️ Developer Tools \& Support](#️-developer-tools--support) | ||
| - [📡 Integration \& Messaging](#-integration--messaging) | ||
| - [💰 Cost \& Operations](#-cost--operations) | ||
| - [🧬 Healthcare \& Lifesciences](#-healthcare--lifesciences) | ||
| - [Backend API Providers](#backend-api-providers) | ||
| - [Caching \& Performance](#caching--performance) | ||
| - [🛠️ Developer Tools \& Support](#️-developer-tools--support) | ||
| - [📡 Integration \& Messaging](#-integration--messaging) | ||
| - [💰 Cost \& Operations](#-cost--operations) | ||
| - [🧬 Healthcare \& Lifesciences](#-healthcare--lifesciences) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think revert these unless I am missing something
Fixes
Summary
Changes
User experience
CDK MCP Server will be deprecated and replaced with AWS IaC MCP Server
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Is this a breaking change? (Y/N)
RFC issue number: #1505
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.