appium-mcp 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,17 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: npm
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "11:00"
8
+ open-pull-requests-limit: 10
9
+ - package-ecosystem: "github-actions"
10
+ directory: "/"
11
+ schedule:
12
+ interval: daily
13
+ time: "11:00"
14
+ open-pull-requests-limit: 10
15
+ commit-message:
16
+ prefix: "ci"
17
+ include: "scope"
@@ -13,16 +13,20 @@ jobs:
13
13
 
14
14
  steps:
15
15
  - name: Checkout code
16
- uses: actions/checkout@v4
16
+ uses: actions/checkout@v6
17
17
 
18
18
  - name: Setup Node.js
19
- uses: actions/setup-node@v4
19
+ uses: actions/setup-node@v6
20
20
  with:
21
21
  node-version: 'lts/*'
22
22
  cache: 'npm'
23
23
 
24
+ - uses: SocketDev/action@v1
25
+ with:
26
+ mode: firewall-free
27
+
24
28
  - name: Install dependencies
25
- run: npm install --no-package-lock --force
29
+ run: sfw npm install --no-package-lock --force
26
30
 
27
31
  - name: List installed packages
28
32
  run: npm list --depth=0
@@ -1,15 +1,10 @@
1
1
  name: Conventional Commits
2
2
  on:
3
3
  pull_request:
4
-
4
+ types: [opened, edited, synchronize, reopened]
5
5
 
6
6
  jobs:
7
7
  lint:
8
- name: https://www.conventionalcommits.org
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: beemojs/conventional-pr-action@v3
12
- with:
13
- config-preset: angular
14
- env:
15
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8
+ uses: appium/appium-workflows/.github/workflows/pr-title.yml@main
9
+ with:
10
+ config-preset: angular
@@ -15,7 +15,7 @@ jobs:
15
15
  build:
16
16
  runs-on: macos-latest
17
17
  steps:
18
- - uses: actions/checkout@v5
18
+ - uses: actions/checkout@v6
19
19
  with:
20
20
  submodules: recursive
21
21
  fetch-depth: 0 # Fetch all tags for version detection
@@ -23,7 +23,7 @@ jobs:
23
23
  run: |
24
24
  chmod +x scripts/setup-submodules-sparse.sh
25
25
  ./scripts/setup-submodules-sparse.sh
26
- - uses: actions/setup-node@v3
26
+ - uses: actions/setup-node@v6
27
27
  with:
28
28
  node-version: lts/*
29
29
  check-latest: true
@@ -43,9 +43,9 @@ jobs:
43
43
  echo "Updated server.json version to $VERSION"
44
44
 
45
45
  - name: Setup Go
46
- uses: actions/setup-go@v5
46
+ uses: actions/setup-go@v6
47
47
  with:
48
- go-version: '1.21'
48
+ go-version: '1.25'
49
49
 
50
50
  - name: Build MCP Publisher from source
51
51
  run: |
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.6.1](https://github.com/appium/appium-mcp/compare/v1.6.0...v1.6.1) (2026-01-05)
2
+
3
+ ### Bug Fixes
4
+
5
+ * Update Go version in publish workflow ([#74](https://github.com/appium/appium-mcp/issues/74)) ([580be03](https://github.com/appium/appium-mcp/commit/580be03b59aa4ce8b47f169cfbeb8ac8dd310f35))
6
+
1
7
  ## [1.6.0](https://github.com/appium/appium-mcp/compare/v1.5.0...v1.6.0) (2025-12-22)
2
8
 
3
9
  ### Features
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "appium-mcp",
3
3
  "mcpName": "io.github.appium/appium-mcp",
4
- "version": "1.6.0",
4
+ "version": "1.6.1",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",