Skip to content

Conversation

@zinja-coder
Copy link
Owner

Done followings:

  • opt: added fastmcp logs messages, code optimized for v3.3.2 release

  • opt: separated the PaginationUtils class in PaginationUtils.py file, fix: fixed the following error -> ERROR - Error in paginated request to strings: the JSON object must be str, bytes or bytearray, not dict - by removing the redundant json.loads(response) in pagination utils class

  • opt: removed the redundant code -> if isinstance(response, str):
    return json.loads(response)
    return response -> from all mcp tools and added single code snippet in get_from_jadx()

 return json.loads(response) return response -> from all mcp tools and added single code snippet in get_from_jadx()
…fix: fixed the following error -> ERROR - Error in paginated request to strings: the JSON object must be str, bytes or bytearray, not dict - by removing the redundant json.loads(response) in pagination utils class
@zinja-coder zinja-coder merged commit 69f245f into main Oct 16, 2025
@zinja-coder zinja-coder deleted the optimizeV3.3.2 branch October 16, 2025 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants