Skip to content

Commit 983d2a0

Browse files
committed
chore: bump version to 0.8.0
1 parent 24128df commit 983d2a0

7 files changed

Lines changed: 21 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v0.8.0
4+
5+
### New tools
6+
7+
- **`cdp_element_at_point`** — resolve the CDP accessibility snapshot UID of the DOM element at given screen coordinates. Returns the element's UID, role, name, and backend_node_id. Bridges native screen coordinates with CDP's DOM model.
8+
- **`probe_app`** — classify an app's automation capabilities (native AX, CDP debug port, embedded debug server) to help agents pick the right tool strategy.
9+
10+
### Fixes
11+
12+
- **Screen recorder** — add `Drop` cleanup and reduce default `max_duration` from 5 minutes to 1 minute to prevent runaway recordings.
13+
- **`cdp_element_at_point`** — validate coordinates and check URL staleness before snapshot lookup to avoid stale results.
14+
315
## v0.7.1
416

517
### Windows fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "native-devtools-mcp"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
edition = "2021"
55
license = "MIT"
66
description = "MCP server for native app testing — screenshot, OCR, click, type, find_text, template matching. macOS, Windows & Android."

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sh3ll3x3c/native-devtools-mcp-darwin-arm64",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "native-devtools-mcp binary for macOS ARM64",
55
"license": "MIT",
66
"repository": {

npm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-devtools-mcp",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"mcpName": "io.github.sh3ll3x3c/native-devtools",
55
"description": "MCP server for native app testing — screenshot, OCR, click, type, find_text, template matching. macOS, Windows & Android.",
66
"license": "MIT",
@@ -53,8 +53,8 @@
5353
"bin"
5454
],
5555
"optionalDependencies": {
56-
"@sh3ll3x3c/native-devtools-mcp-darwin-arm64": "0.7.1",
57-
"@sh3ll3x3c/native-devtools-mcp-win32-x64": "0.7.1"
56+
"@sh3ll3x3c/native-devtools-mcp-darwin-arm64": "0.8.0",
57+
"@sh3ll3x3c/native-devtools-mcp-win32-x64": "0.8.0"
5858
},
5959
"engines": {
6060
"node": ">=18"

npm/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sh3ll3x3c/native-devtools-mcp-win32-x64",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "native-devtools-mcp binary for Windows x64",
55
"license": "MIT",
66
"repository": {

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/sh3ll3x3c/native-devtools-mcp",
88
"source": "github"
99
},
10-
"version": "0.7.1",
10+
"version": "0.8.0",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "native-devtools-mcp",
15-
"version": "0.7.1",
15+
"version": "0.8.0",
1616
"transport": {
1717
"type": "stdio"
1818
}

0 commit comments

Comments
 (0)