chore: remove deprecated servers from issue templates#2832
chore: remove deprecated servers from issue templates#2832MichaelWalker-git wants to merge 1 commit intomainfrom
Conversation
Remove 15 deprecated servers from bug report dropdown and support template checkboxes, and add all current active servers (59 total). Deprecated servers removed: terraform, diagram, cfn, cdk, cost-explorer, syntheticdata, frontend, git-repo-research, nova-canvas, bedrock-data-automation, core, cloudwatch-appsignals, code-doc-gen, aws-msk. New servers added: agentcore, keyspaces, qbusiness, qindex, rekognition, dsql, appsync, bedrock-custom-model-import, dataprocessing, healthomics, iac, iot-sitewise, knowledge, network, serverless, support, billing-cost-management, cloudtrail, cloudwatch-applicationsignals, cloudwatch-logs, cloudwatch, cost-analysis, document-loader, ecs, eks, elasticache, finch, healthimaging, healthlake, iam, lambda-tool, openapi, prometheus, redshift, s3-tables, sagemaker-ai, sagemaker-spark-upgrade, sagemaker-spark-troubleshooting, stepfunctions-tool, timestream-for-influxdb, well-architected-security.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2832 +/- ##
=======================================
Coverage 91.35% 91.35%
=======================================
Files 1011 1011
Lines 74478 74478
Branches 11979 11979
=======================================
+ Hits 68040 68043 +3
Misses 3978 3978
+ Partials 2460 2457 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates GitHub issue form templates to keep the “server” selections in sync with the repository’s set of MCP servers by removing deprecated entries and expanding the lists of selectable servers.
Changes:
- Refreshed the bug report “Server” dropdown options to (intended) active servers.
- Refreshed the support template server checkbox list to (intended) active servers.
- Reordered/expanded server lists to be comprehensive and alphabetized.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
.github/ISSUE_TEMPLATE/bug_report.yml |
Updates the bug report server dropdown options. |
.github/ISSUE_TEMPLATE/support_awslabs_mcp_servers.yml |
Updates the support issue checkbox list of servers. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - amazon-neptune-mcp-server | ||
| - amazon-qbusiness-anonymous-mcp-server | ||
| - amazon-qindex-mcp-server | ||
| - amazon-rekognition-mcp-server |
There was a problem hiding this comment.
amazon-rekognition-mcp-server is listed as an option, but there is no corresponding server package/directory in this repository (and it’s not referenced in the root README). This will route issues to a non-existent component; please remove it or rename it to the correct server identifier.
| - amazon-rekognition-mcp-server |
| - ccapi-mcp-server | ||
| - cloudtrail-mcp-server | ||
| - cloudwatch-applicationsignals-mcp-server | ||
| - cloudwatch-logs-mcp-server |
There was a problem hiding this comment.
cloudwatch-logs-mcp-server appears in the dropdown, but there is no matching server package/directory in src/ (and no documentation entry). Please remove it or replace it with the correct server name.
| - cloudwatch-logs-mcp-server |
| - cloudwatch-applicationsignals-mcp-server | ||
| - cloudwatch-logs-mcp-server | ||
| - cloudwatch-mcp-server | ||
| - cost-analysis-mcp-server |
There was a problem hiding this comment.
cost-analysis-mcp-server is included in the dropdown, but there is no src/cost-analysis-mcp-server package in this repo. If this server is not part of this repository’s supported set, it should not be in the issue template; otherwise, the option name should be updated to the actual package/directory name.
| - cost-analysis-mcp-server |
| - healthimaging-mcp-server | ||
| - healthlake-mcp-server | ||
| - iam-mcp-server | ||
| - lambda-mcp-server |
There was a problem hiding this comment.
lambda-mcp-server is listed, but there is no corresponding server package/directory in src/ and it’s not present in the root README server list. Including it here is likely to mis-triage issues; please remove it unless the server is intentionally supported elsewhere and documented.
| - lambda-mcp-server |
| - aws-iac-mcp-server | ||
| - aws-iot-sitewise-mcp-server | ||
| - aws-knowledge-mcp-server | ||
| - aws-location-mcp-server |
There was a problem hiding this comment.
aws-msk-mcp-server exists in src/aws-msk-mcp-server and is documented in the root README, but it’s missing from this dropdown. If the goal is to list all active servers, please add it (alphabetically it belongs between aws-location-mcp-server and aws-network-mcp-server).
| - aws-location-mcp-server | |
| - aws-location-mcp-server | |
| - aws-msk-mcp-server |
| - label: amazon-rekognition-mcp-server | ||
| required: false |
There was a problem hiding this comment.
amazon-rekognition-mcp-server is listed as a checkbox option, but there is no corresponding server package/directory in this repository (and no root README entry). This will confuse reporters; please remove it or rename to the correct server identifier.
| - label: amazon-rekognition-mcp-server | |
| required: false |
| - label: cloudwatch-logs-mcp-server | ||
| required: false |
There was a problem hiding this comment.
cloudwatch-logs-mcp-server is included here, but there is no matching server package/directory in src/. Please remove it or replace it with the correct server name.
| - label: cloudwatch-logs-mcp-server | |
| required: false |
| - label: cost-analysis-mcp-server | ||
| required: false |
There was a problem hiding this comment.
cost-analysis-mcp-server is listed, but there is no src/cost-analysis-mcp-server package in this repo. Please remove it (or update to the actual server/package name) to keep the template aligned with the repository’s supported servers.
| - label: cost-analysis-mcp-server | |
| required: false |
| - label: lambda-mcp-server | ||
| required: false |
There was a problem hiding this comment.
lambda-mcp-server is included as an option, but there is no corresponding server package/directory in src/ and it’s not in the root README server list. Please remove it unless it is intentionally supported and documented elsewhere.
| - label: lambda-mcp-server | |
| required: false |
| - label: aws-knowledge-mcp-server | ||
| required: false | ||
| - label: aws-location-mcp-server | ||
| required: false |
There was a problem hiding this comment.
aws-msk-mcp-server exists in src/aws-msk-mcp-server and is documented in the root README, but it’s missing from this checkbox list. If this template is meant to enumerate active servers, please add it (alphabetically between aws-location-mcp-server and aws-network-mcp-server).
| required: false | |
| required: false | |
| - label: aws-msk-mcp-server | |
| required: false |
Summary
Changed files
.github/ISSUE_TEMPLATE/bug_report.yml— server dropdown.github/ISSUE_TEMPLATE/support_awslabs_mcp_servers.yml— server checkboxesTest plan
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.