Skip to content

Commit e306aa2

Browse files
tanbroclaude
andcommitted
fix: shorten description to 100 chars for MCP Registry validation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ac7c6e3 commit e306aa2

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# CHANGELOG
22

3-
## 0.3.2.post1
4-
5-
> 📅 2026-02-16
6-
7-
- ✨ Improved:
8-
- Update server.json description for better SEO: add keywords `mobile`, `bot`, `RPA`, `testing`, `XPath`
9-
10-
113
## 0.3.2
124

135
> 📅 2026-02-16

server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
33
"name": "io.github.tanbro/uiautomator2-mcp-server",
44
"title": "UIAutomator2 MCP Server",
5-
"description": "Android mobile automation with uiautomator2. AI bot for taps, swipes, apps, XPath UI testing, RPA, and more.",
6-
"version": "0.3.2.post1",
5+
"description": "Android mobile automation with uiautomator2. AI bot for taps, swipes, apps, XPath testing, RPA.",
6+
"version": "0.3.2.post2",
77
"author": "tanbro",
88
"license": "Apache-2.0",
99
"packages": [
1010
{
1111
"registryType": "pypi",
1212
"registryBaseUrl": "https://pypi.org",
1313
"identifier": "uiautomator2-mcp-server",
14-
"version": "0.3.2.post1",
14+
"version": "0.3.2.post2",
1515
"transport": {
1616
"type": "stdio"
1717
},

0 commit comments

Comments
 (0)