MAJOR BUG FIX:
- Lot's of people were facing JDK compatibility issues due to jadx-ai-mcp plugin using
com.sun.net.httpserver. Now this has been fixed by migrating to https://github.com/javalin/javalin fromcom.sun.net.httpserver. - The MCP Tool ->
main-applicaitonused to fetch all classes' code under mainapplcation was not working as expected. Fixed it by fetching all classes' code under the same package name mentioned inAndroidManifest.xmlfile. For example, ifpackage="com.zin.adbclicker"inAndroidManifest.xmlfile, all the classes undercom.zin.adbclickerwill now be fetched.
Whats New:
- New MCP Tool:
get_main_application_class_names()-> Fetch all the main application classes' names based on the package name defined in the AndroidManifest.xml.