We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 506c5b1 + 38f2176 commit ce73495Copy full SHA for ce73495
README.md
@@ -271,6 +271,21 @@ repository
271
272
Then, navigate code and interact via real-time code review prompts using the built-in integration.
273
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
289
## Give it a shot
290
291
1. Run jadx-gui and load any .apk file
0 commit comments