github zinja-coder/jadx-ai-mcp v2.0.0
V2.0.0

latest releases: v6.3.0, v6.2.0, v6.1.0...
12 months ago

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 from com.sun.net.httpserver.
  • The MCP Tool -> main-applicaiton used 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 in AndroidManifest.xml file. For example, if package="com.zin.adbclicker" in AndroidManifest.xml file, all the classes under com.zin.adbclicker will 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.

Don't miss a new jadx-ai-mcp release

NewReleases is sending notifications on new releases.