feat: add support for customizable JADX host in server configuration#49
Open
Haicaji wants to merge 2 commits intozinja-coder:mainfrom
Open
feat: add support for customizable JADX host in server configuration#49Haicaji wants to merge 2 commits intozinja-coder:mainfrom
Haicaji wants to merge 2 commits intozinja-coder:mainfrom
Conversation
Owner
|
I will look into it shortly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Related Issues
Closes #
Summary of Changes
JADX_HOSTin config with default127.0.0.1.JADX_HTTP_BASEfrom host+port instead of hardcoded localhost.set_jadx_host(host: str)and central URL rebuild helper in config module.set_jadx_hostfrom server package init.--jadx-host(default127.0.0.1) injadx_mcp_server.py.Testing
Manual checks performed:
python -m py_compile jadx_mcp_server.py src/server/config.py src/server/__init__.py--jadx-hostparsedconfig.set_jadx_host(args.jadx_host)invoked before port usageEnvironment note:
python jadx_mcp_server.py --helprequiresfastmcpdependency in this environment.Checklist
mainbranch.Additional Notes
Backward compatibility is preserved:
--jadx-portcontinue to work because default host remains127.0.0.1.