File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,16 @@ The following MCP tools are available:
57
57
- ` fetch_current_class() ` — Get the class name and full source of selected class
58
58
- ` get_selected_text() ` — Get currently selected text
59
59
- ` get_all_classes() ` — List all classes in the project
60
- - ` get_class_source(class_name) ` — Get full source of a given class
61
- - ` get_method_by_name(class_name, method_name) ` — Fetch a method’s source
62
- - ` search_method_by_name(method_name) ` — Search method across classes
63
- - ` get_methods_of_class(class_name) ` — List methods in a class
64
- - ` get_fields_of_class(class_name) ` — List fields in a class
65
- - ` get_method_code(class_name, method_name) ` — Alias for ` get_method_by_name ` //to be removed
66
- - ` get_smali_of_class(class_name) ` — Fetch smali of class
67
-
60
+ - ` get_class_source() ` — Get full source of a given class
61
+ - ` get_method_by_name() ` — Fetch a method’s source
62
+ - ` search_method_by_name() ` — Search method across classes
63
+ - ` get_methods_of_class() ` — List methods in a class
64
+ - ` get_fields_of_class() ` — List fields in a class
65
+ - ` get_smali_of_class() ` — Fetch smali of class
66
+ - ` get_main_activity_class() ` — Fetch main activity from jadx mentioned in AndroidManifest.xml file.
67
+ - ` get_main_application_classes_code() ` — Fetch all the main application classes' code based on the package name defined in the AndroidManifest.xml.
68
+ - ` get_main_application_classes_names() ` — Fetch all the main application classes' names based on the package name defined in the AndroidManifest.xml.
69
+ - ` get_android_manifest() ` — Retrieve and return the AndroidManifest.xml content.
68
70
---
69
71
70
72
## 🗒️ Sample Prompts
You can’t perform that action at this time.
0 commit comments