Skip to content

Commit 19fc7aa

Browse files
committed
reorder ignore list
1 parent 9d87caa commit 19fc7aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/planet_mcp/servers/sdk.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@
1313
# tools we don't want enabled at all.
1414
# they simply don't work well in an AI context.
1515
_DEFAULT_IGNORE = {
16-
"data_wait_asset",
17-
"orders_wait",
1816
"data_create_search",
1917
"data_delete_search",
2018
"data_get_search",
2119
"data_get_stats",
2220
"data_list_searches",
2321
"data_update_search",
22+
"data_wait_asset",
23+
"destinations_patch_destination",
24+
"mosaics_get_quad_contributions",
2425
"orders_aggregated_order_stats",
2526
"orders_cancel_orders",
27+
"orders_wait",
2628
"subscriptions_get_results_csv",
2729
"subscriptions_patch_subscription",
2830
"subscriptions_update_subscription",
29-
"mosaics_get_quad_contributions",
30-
"destinations_patch_destination",
3131
}
3232

3333
SDK_CLIENTS = [

0 commit comments

Comments
 (0)