Releases: zinja-coder/apktool-mcp-server
Releases · zinja-coder/apktool-mcp-server
v2.0.0 Optimization Special
Change Logs:
- Removed mcp tool `list_workspace_projects` because there is no practical use for it.
- Removed method `get directory size`
- Removed method `get_package_name_from`
- Added name and description in all mcp tools
- Removed `output_dir` option from decode apk mcp tool
- Re-formatted code for better code reading
- Removed mcp tool check apktool version because there is no practical use for it.
- Removed following mcp tools to optimize the performance and logic of apktool mcp server
- `sign_apk`
- `install_apk`
- `extract_dex`
- `get_available_devices`
- `list_packages`
- The mcp tools depends of tools other than apktool, so it does not make sense to keep them here
- Removed following mcp tool `analyze_permissions` because same can be achieved trough the fetch manifest.xml mcp tool
- Removed following mcp tools they are redundant and over engineered
- `create_project`
- `delete_project`
- `compare_smali_files`
- Importing time directly into mcp tool
- Optimized `decode apk` mcp tool to don't return output of the apktool and only return true/false and output directory location to save the context length while llm chat.
CheckSum:
- apktool-mcp-server-v2.0.0.zip:
26d29fece6756e832afbb08cee2798fdf5ae4005abd2fd8b334bbf596cf5eb64 - sha256
v1.0.0
First non-beta release v1.0.0 now live.
What's new:
- Improved documentation.
- Improved code quality.
v0.0.0
Warning
This is beta release targeted towards testing and gathering feedback. It is full of bugs, crashes and logical errors. Kindly open an issue in case you ran into one.