Skip to content

Commit 5fa2789

Browse files
committed
RELEASE: added pagination and caching in mcp server , v2.1.7
1 parent 8b9cd85 commit 5fa2789

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,16 @@ The following MCP tools are available:
5757
- `fetch_current_class()` — Get the class name and full source of selected class
5858
- `get_selected_text()` — Get currently selected text
5959
- `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.
6870
---
6971

7072
## 🗒️ Sample Prompts

0 commit comments

Comments
 (0)