Skip to content

Commit 07abdff

Browse files
Revert "0.2.0" (#11)
Reverts #10
1 parent 71fca9f commit 07abdff

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.2.0]
11-
12-
### Added
13-
14-
- Add get element text and mapping to all backends ([#9](https://github.com/MetaMask/device-mcp/pull/9))
15-
- Add device selection tools ([#7](https://github.com/MetaMask/device-mcp/pull/7))
16-
1710
## [0.1.0]
1811

1912
### Added
@@ -24,6 +17,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2417
- `.device-session` file for attaching to existing Appium sessions or creating new ones
2518
- 16 MCP tools: `device_snapshot`, `device_screenshot`, `device_info`, `device_tap_element`, `device_tap_coordinates`, `device_type`, `device_swipe`, `device_long_press`, `device_wait_for`, `device_app_state`, `device_open_app`, `device_close_app`, `device_press_button`, `device_dismiss_keyboard`, `device_dismiss_alert`, `device_logs`
2619

27-
[Unreleased]: https://github.com/MetaMask/device-mcp/compare/v0.2.0...HEAD
28-
[0.2.0]: https://github.com/MetaMask/device-mcp/compare/v0.1.0...v0.2.0
20+
[Unreleased]: https://github.com/MetaMask/device-mcp/compare/v0.1.0...HEAD
2921
[0.1.0]: https://github.com/MetaMask/device-mcp/releases/tag/v0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/device-mcp",
3-
"version": "0.2.0",
3+
"version": "0.1.0",
44
"description": "MCP server for mobile device interaction — iOS (IDB), Android (ADB), and Appium/BrowserStack",
55
"homepage": "https://github.com/MetaMask/device-mcp#readme",
66
"bugs": {

0 commit comments

Comments
 (0)