Skip to content

Commit ce73495

Browse files
authored
Merge pull request #16 from ZERO-A-ONE/jadx-ai
Optimized the readme and added the configuration method for Cherry Studio
2 parents 506c5b1 + 38f2176 commit ce73495

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,21 @@ repository
271271

272272
Then, navigate code and interact via real-time code review prompts using the built-in integration.
273273

274+
## 4. Use Cherry Studio
275+
276+
If you want to configure the MCP tool in Cherry Studio, you can refer to the following configuration.
277+
- Type: stdio
278+
- command: uv
279+
- argument:
280+
```bash
281+
--directory
282+
path/to/jadx-mcp-server
283+
run
284+
jadx_mcp_server.py
285+
```
286+
- `path/to/jadx-mcp-server` with the absolute path to where you cloned this
287+
repository
288+
274289
## Give it a shot
275290

276291
1. Run jadx-gui and load any .apk file

0 commit comments

Comments
 (0)