Skip to content

Commit d53c994

Browse files
authored
Disable a few more tools (#15)
* Disable a few more tools in the server
1 parent b06b8e2 commit d53c994

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/planet_mcp/servers/sdk.py

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +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",
16+
"data_create_search",
17+
"data_delete_search",
18+
"data_get_search",
1819
"data_get_stats",
20+
"data_list_searches",
1921
"data_update_search",
22+
"data_wait_asset",
23+
"destinations_patch_destination",
24+
"mosaics_get_quad_contributions",
2025
"orders_aggregated_order_stats",
26+
"orders_cancel_orders",
27+
"orders_wait",
2128
"subscriptions_get_results_csv",
2229
"subscriptions_patch_subscription",
2330
"subscriptions_update_subscription",
24-
"mosaics_get_quad_contributions",
25-
"destinations_patch_destination",
2631
}
2732

2833
SDK_CLIENTS = [

0 commit comments

Comments
 (0)