Conversation
…stMCP - Created a new server file `server_legacy.py` to handle Android device operations. - Integrated uiautomator2 for device control and management. - Defined various tools for device interactions, including connecting to devices, managing apps, and handling UI elements. - Implemented health check and device information retrieval functionalities. - Set up server to run on HTTP transport with specified host and port.
- Added missing commas at the end of tool descriptions in `advanced_tools.py`, `app_tools.py`, `device_tools.py`, `input_tools.py`, `inspection_tools.py`, and `screen_tools.py` for consistency. - Ensured proper formatting and spacing in `__init__.py` and other tool registration functions. - Updated the `__all__` export in `__init__.py` to use double quotes for consistency. - Improved readability by adding newlines where necessary and ensuring all files end with a newline.
…HTTP API integration
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.
server_legacy.pyto handle Android device operations.