Skip to content

Commit 2bef099

Browse files
committed
disable a few more tools in the default ignore list
1 parent 48ff6f8 commit 2bef099

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/planet_mcp/server.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
DEFAULT_IGNORE = {
1212
"data_wait_asset",
1313
"orders_wait",
14+
"data_get_stats",
15+
"data_update_search",
16+
"orders_aggregated_order_stats",
17+
"subscriptions_get_results_csv",
18+
"subscriptions_patch_subscription",
19+
"subscriptions_update_subscription",
20+
"mosaics_get_quad_contributions",
21+
"destinations_patch_destination",
1422
}
1523

1624

0 commit comments

Comments
 (0)