We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d87caa commit 19fc7aaCopy full SHA for 19fc7aa
src/planet_mcp/servers/sdk.py
@@ -13,21 +13,21 @@
13
# tools we don't want enabled at all.
14
# they simply don't work well in an AI context.
15
_DEFAULT_IGNORE = {
16
- "data_wait_asset",
17
- "orders_wait",
18
"data_create_search",
19
"data_delete_search",
20
"data_get_search",
21
"data_get_stats",
22
"data_list_searches",
23
"data_update_search",
+ "data_wait_asset",
+ "destinations_patch_destination",
24
+ "mosaics_get_quad_contributions",
25
"orders_aggregated_order_stats",
26
"orders_cancel_orders",
27
+ "orders_wait",
28
"subscriptions_get_results_csv",
29
"subscriptions_patch_subscription",
30
"subscriptions_update_subscription",
- "mosaics_get_quad_contributions",
- "destinations_patch_destination",
31
}
32
33
SDK_CLIENTS = [
0 commit comments