There was an error while loading. Please reload this page.
2 parents 70970e4 + 50cb523 commit 84fce89Copy full SHA for 84fce89
jadx_mcp_server.py
@@ -235,7 +235,7 @@ async def get_selected_text() -> str:
235
return await get_from_jadx("selected-text")
236
237
@mcp.tool()
238
-async def get_method_by_name(class_name: str, method_name: str) -> dict:
+async def get_method_by_name(class_name: str, method_name: str) -> str:
239
"""Fetch the source code of a method from a specific class.
240
241
Args:
0 commit comments