Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 2b2d40a

Browse files
author
Ami Hollander
committed
query tool annotations
1 parent 9d634f2 commit 2b2d40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/DataExplorer/ClusterListCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ List all Data Explorer clusters in a subscription. This command retrieves all cl
2828
available in the specified subscription. Results include cluster names and are returned as a JSON array.
2929
""";
3030

31-
[McpServerTool(Destructive = false, ReadOnly = true)]
31+
[McpServerTool(Destructive = true, ReadOnly = false)]
3232
public override async Task<CommandResponse> ExecuteAsync(CommandContext context, ParseResult parseResult)
3333
{
3434
var args = BindArguments(parseResult);

0 commit comments

Comments
 (0)