Skip to content

Commit d756401

Browse files
committed
Update.mcp.json.example: autoApprove all MCP tools for full LLM and client access
1 parent 3a08d38 commit d756401

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.mcp.json.example

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,20 @@
88
"autoApprove": [
99
"visualize_graph",
1010
"get_graph_info",
11+
"get_graph_ids",
1112
"apply_layout",
1213
"detect_patterns",
14+
"encode_point_color",
15+
"encode_point_size",
16+
"encode_point_icon",
17+
"encode_point_badge",
18+
"apply_ring_categorical_layout",
19+
"apply_group_in_a_box_layout",
20+
"apply_modularity_weighted_layout",
21+
"apply_ring_continuous_layout",
22+
"apply_time_ring_layout",
23+
"apply_tree_layout",
24+
"set_graph_settings",
1325
"health_check"
1426
],
1527
"alwaysAllow": [
@@ -37,8 +49,20 @@
3749
"autoApprove": [
3850
"visualize_graph",
3951
"get_graph_info",
52+
"get_graph_ids",
4053
"apply_layout",
4154
"detect_patterns",
55+
"encode_point_color",
56+
"encode_point_size",
57+
"encode_point_icon",
58+
"encode_point_badge",
59+
"apply_ring_categorical_layout",
60+
"apply_group_in_a_box_layout",
61+
"apply_modularity_weighted_layout",
62+
"apply_ring_continuous_layout",
63+
"apply_time_ring_layout",
64+
"apply_tree_layout",
65+
"set_graph_settings",
4266
"health_check"
4367
],
4468
"alwaysAllow": [

0 commit comments

Comments
 (0)