From 216e767208ad9fe48e12c7e15b1243bdff10c369 Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Wed, 11 Jun 2025 17:38:06 +0000 Subject: [PATCH 1/3] Release 1.72.0 --- package-lock.json | 4 ++-- packages/amazonq/.changes/1.72.0.json | 10 ++++++++++ .../Feature-d6714581-799f-49dc-bb63-f08d461e9bde.json | 4 ---- packages/amazonq/CHANGELOG.md | 4 ++++ packages/amazonq/package.json | 2 +- 5 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 packages/amazonq/.changes/1.72.0.json delete mode 100644 packages/amazonq/.changes/next-release/Feature-d6714581-799f-49dc-bb63-f08d461e9bde.json diff --git a/package-lock.json b/package-lock.json index 0b60e0b283a..2cc6659d199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "prettier": "^3.3.3", "prettier-plugin-sh": "^0.14.0", "pretty-quick": "^4.0.0", - "ts-node": "^10.9.1", + "ts-node": "^10.9.2", "typescript": "^5.0.4", "webpack": "^5.95.0", "webpack-cli": "^5.1.4", @@ -25291,7 +25291,7 @@ }, "packages/amazonq": { "name": "amazon-q-vscode", - "version": "1.72.0-SNAPSHOT", + "version": "1.72.0", "license": "Apache-2.0", "dependencies": { "aws-core-vscode": "file:../core/" diff --git a/packages/amazonq/.changes/1.72.0.json b/packages/amazonq/.changes/1.72.0.json new file mode 100644 index 00000000000..10b0b374c3a --- /dev/null +++ b/packages/amazonq/.changes/1.72.0.json @@ -0,0 +1,10 @@ +{ + "date": "2025-06-11", + "version": "1.72.0", + "entries": [ + { + "type": "Feature", + "description": "Launch LSP with bundled artifacts as fallback" + } + ] +} \ No newline at end of file diff --git a/packages/amazonq/.changes/next-release/Feature-d6714581-799f-49dc-bb63-f08d461e9bde.json b/packages/amazonq/.changes/next-release/Feature-d6714581-799f-49dc-bb63-f08d461e9bde.json deleted file mode 100644 index c1ff05f38ff..00000000000 --- a/packages/amazonq/.changes/next-release/Feature-d6714581-799f-49dc-bb63-f08d461e9bde.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Launch LSP with bundled artifacts as fallback" -} diff --git a/packages/amazonq/CHANGELOG.md b/packages/amazonq/CHANGELOG.md index eebb0bdc496..9cb0dfcbe60 100644 --- a/packages/amazonq/CHANGELOG.md +++ b/packages/amazonq/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.72.0 2025-06-11 + +- **Feature** Launch LSP with bundled artifacts as fallback + ## 1.71.0 2025-06-04 - Miscellaneous non-user-facing changes diff --git a/packages/amazonq/package.json b/packages/amazonq/package.json index b87b09f8132..7d1b3b6dcb5 100644 --- a/packages/amazonq/package.json +++ b/packages/amazonq/package.json @@ -2,7 +2,7 @@ "name": "amazon-q-vscode", "displayName": "Amazon Q", "description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI", - "version": "1.72.0-SNAPSHOT", + "version": "1.72.0", "extensionKind": [ "workspace" ], From 3c6a2043b9c8133a5f45d19114fe97d2ee4dcacb Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Wed, 11 Jun 2025 17:51:29 +0000 Subject: [PATCH 2/3] Update version to snapshot version: 1.73.0-SNAPSHOT --- package-lock.json | 4 ++-- packages/amazonq/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2cc6659d199..c6c615ab8af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "prettier": "^3.3.3", "prettier-plugin-sh": "^0.14.0", "pretty-quick": "^4.0.0", - "ts-node": "^10.9.2", + "ts-node": "^10.9.1", "typescript": "^5.0.4", "webpack": "^5.95.0", "webpack-cli": "^5.1.4", @@ -25291,7 +25291,7 @@ }, "packages/amazonq": { "name": "amazon-q-vscode", - "version": "1.72.0", + "version": "1.73.0-SNAPSHOT", "license": "Apache-2.0", "dependencies": { "aws-core-vscode": "file:../core/" diff --git a/packages/amazonq/package.json b/packages/amazonq/package.json index 7d1b3b6dcb5..543fa0b0d1c 100644 --- a/packages/amazonq/package.json +++ b/packages/amazonq/package.json @@ -2,7 +2,7 @@ "name": "amazon-q-vscode", "displayName": "Amazon Q", "description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI", - "version": "1.72.0", + "version": "1.73.0-SNAPSHOT", "extensionKind": [ "workspace" ], From c462e03da06f9d42c699714cad6a7916e25c6e9a Mon Sep 17 00:00:00 2001 From: chungjac Date: Wed, 11 Jun 2025 15:49:10 -0700 Subject: [PATCH 3/3] feat(amazonq): add MCP server support (#7468) ## Problem - we are missing `mcp: true` flag ## Solution - add back `mcp: true` flag to enable mcp server support --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license. --- .../Feature-57661731-6180-4157-a04b-d3a8b50aa1a8.json | 4 ++++ packages/amazonq/src/lsp/client.ts | 1 + 2 files changed, 5 insertions(+) create mode 100644 packages/amazonq/.changes/next-release/Feature-57661731-6180-4157-a04b-d3a8b50aa1a8.json diff --git a/packages/amazonq/.changes/next-release/Feature-57661731-6180-4157-a04b-d3a8b50aa1a8.json b/packages/amazonq/.changes/next-release/Feature-57661731-6180-4157-a04b-d3a8b50aa1a8.json new file mode 100644 index 00000000000..c2e164f773f --- /dev/null +++ b/packages/amazonq/.changes/next-release/Feature-57661731-6180-4157-a04b-d3a8b50aa1a8.json @@ -0,0 +1,4 @@ +{ + "type": "Feature", + "description": "Add MCP Server Support" +} diff --git a/packages/amazonq/src/lsp/client.ts b/packages/amazonq/src/lsp/client.ts index 549b0ac7dad..01dac742902 100644 --- a/packages/amazonq/src/lsp/client.ts +++ b/packages/amazonq/src/lsp/client.ts @@ -123,6 +123,7 @@ export async function startLanguageServer( awsClientCapabilities: { q: { developerProfiles: true, + mcp: true, }, window: { notifications: true,