Skip to content

Commit 71fca9f

Browse files
github-actions[bot]github-actionspnarayanaswamy
authored
0.2.0 (#10)
This is the release candidate for version 0.2.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Priya <priya.narayanaswamy@consensys.net>
1 parent c607f6d commit 71fca9f

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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+
1017
## [0.1.0]
1118

1219
### Added
@@ -17,5 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1724
- `.device-session` file for attaching to existing Appium sessions or creating new ones
1825
- 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`
1926

20-
[Unreleased]: https://github.com/MetaMask/device-mcp/compare/v0.1.0...HEAD
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
2129
[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.1.0",
3+
"version": "0.2.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)