Skip to content

Commit ce5e7d7

Browse files
committed
chore: revert to "mcp support feature flag"
1 parent e87742b commit ce5e7d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/flareChat/AwsServerCapabilitiesProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class AwsServerCapabilitiesProvider {
3434
),
3535
history = true,
3636
export = true,
37-
mcpServers = true
37+
mcpServers = false
3838
)
3939
}
4040
}

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model/ExtendedClientMetadata.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fun createExtendedClientMetadata(project: Project): ExtendedClientMetadata {
6262
awsClientCapabilities = AwsClientCapabilities(
6363
q = DeveloperProfiles(
6464
developerProfiles = true,
65-
mcp = true
65+
mcp = false
6666
),
6767
window = WindowSettings(
6868
showSaveFileDialog = true

0 commit comments

Comments
 (0)