Bug Fix:
- Json fields mismatch between data returned from jadx plugin and expected format of data in jadx-mcp-server is different, which is fixed now.
Whats New:
- Implemented Paging and Caching logic in jadx-mcp-server level to handle large amount of data and avoid redundant API calls.
Thanks to @neoz for contributing the initial logic for Paging and Caching.