Skip to content

Commit dee87fd

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

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- SKILL.md agent reference with core loop, common patterns, and platform differences
2525
- MetaMask module template compliance (ts-bridge, dual CJS/ESM, yarn constraints, CI workflows)
2626

27+
### Fixed
28+
29+
- fix: GH workflow release creation
30+
- chore: add additional tools
31+
- chore: add MetaMask Security Code Scanner workflow
32+
2733
[Unreleased]: https://github.com/MetaMask/device-mcp/compare/v0.1.0...HEAD
2834
[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.0.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)