-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.mcp.json
More file actions
116 lines (116 loc) · 3.42 KB
/
Copy path.mcp.json
File metadata and controls
116 lines (116 loc) · 3.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"mcpServers": {
"math": {
"command": "/home/danielsokil/.asdf/shims/node",
"args": ["/home/danielsokil/Lab/EthanHenrickson/math-mcp/build/index.js"]
},
"ida_pro_mcp": {
"command": "/home/danielsokil/.asdf/installs/python/3.13.5/bin/python3",
"args": [
"/home/danielsokil/.asdf/installs/python/3.13.5/lib/python3.13/site-packages/ida_pro_mcp/server.py"
],
"timeout": 1800,
"disabled": false,
"autoApprove": [
"check_connection",
"get_metadata",
"get_function_by_name",
"get_function_by_address",
"get_current_address",
"get_current_function",
"convert_number",
"list_functions",
"list_globals_filter",
"list_globals",
"list_imports",
"list_strings_filter",
"list_strings",
"list_local_types",
"decompile_function",
"disassemble_function",
"get_xrefs_to",
"get_xrefs_to_field",
"get_callees",
"get_callers",
"get_entry_points",
"set_comment",
"rename_local_variable",
"rename_global_variable",
"set_global_variable_type",
"patch_address_assembles",
"get_global_variable_value_by_name",
"get_global_variable_value_at_address",
"rename_function",
"set_function_prototype",
"declare_c_type",
"set_local_variable_type",
"get_stack_frame_variables",
"get_defined_structures",
"analyze_struct_detailed",
"get_struct_at_address",
"get_struct_info_simple",
"search_structures",
"rename_stack_frame_variable",
"create_stack_frame_variable",
"set_stack_frame_variable_type",
"delete_stack_frame_variable",
"read_memory_bytes",
"data_read_byte",
"data_read_word",
"data_read_dword",
"data_read_qword",
"data_read_string"
],
"alwaysAllow": [
"check_connection",
"get_metadata",
"get_function_by_name",
"get_function_by_address",
"get_current_address",
"get_current_function",
"convert_number",
"list_functions",
"list_globals_filter",
"list_globals",
"list_imports",
"list_strings_filter",
"list_strings",
"list_local_types",
"decompile_function",
"disassemble_function",
"get_xrefs_to",
"get_xrefs_to_field",
"get_callees",
"get_callers",
"get_entry_points",
"set_comment",
"rename_local_variable",
"rename_global_variable",
"set_global_variable_type",
"patch_address_assembles",
"get_global_variable_value_by_name",
"get_global_variable_value_at_address",
"rename_function",
"set_function_prototype",
"declare_c_type",
"set_local_variable_type",
"get_stack_frame_variables",
"get_defined_structures",
"analyze_struct_detailed",
"get_struct_at_address",
"get_struct_info_simple",
"search_structures",
"rename_stack_frame_variable",
"create_stack_frame_variable",
"set_stack_frame_variable_type",
"delete_stack_frame_variable",
"read_memory_bytes",
"data_read_byte",
"data_read_word",
"data_read_dword",
"data_read_qword",
"data_read_string"
]
}
}
}