File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,25 @@ Watch the demo!
3838
3939The following MCP tools are available:
4040
41- ** TODO**
41+ - ` build_apk() ` — Build an APK from a decoded APKTool Project.
42+ - ` list_workspace_projects() ` — List all APKTool project direcotries in workspace.
43+ - ` get_manifest() ` — Get the AndroidManifest.xml content from a decoded APK project.
44+ - ` get_apktool_yml() ` — Get apktool.yml information from a decoded APK project.
45+ - ` list_smali_directories() ` — List all smali directories in a project.
46+ - ` list_smali_files() ` — List smali files in a specific smali directory, optinally filtered by package prefix.
47+ - ` get_smali_file() ` — Get content of a specific smali file by class name.
48+ - ` modify_smali_file() ` — Modify the content of a specific smali file.
49+ - ` () ` —
50+ - ` () ` —
51+ - ` () ` —
52+ - ` () ` —
53+ - ` () ` —
54+ - ` () ` —
55+ - ` () ` —
56+ - ` () ` —
57+ - ` () ` —
58+ - ` () ` —
59+ - ` () ` —
4260
4361---
4462
@@ -72,12 +90,6 @@ The following MCP tools are available:
7290
7391---
7492
75- ## 📦 Features
76-
77- ** TODO**
78-
79- ---
80-
8193## 🛠️ Getting Started
8294
8395### 1. Downlaod from Releases: https://github.com/zinja-coder/apktool-mcp-server/releases
You can’t perform that action at this time.
0 commit comments