Skip to content

Commit bfff81d

Browse files
tanbroclaude
andcommitted
fix(server.json): add packageArguments for stdio subcommand
Add packageArguments to specify the "stdio" subcommand required to start the MCP server. This ensures MCP clients correctly invoke: uvx uiautomator2-mcp-server stdio Per the schema, packageArguments are passed to the package's binary, while runtimeArguments would be for the runtime tool (uvx itself). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0a4f8f9 commit bfff81d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"registryBaseUrl": "https://pypi.org",
1313
"identifier": "uiautomator2-mcp-server",
1414
"version": "0.3.0",
15-
"runtimeHint": "uvx",
1615
"transport": {
1716
"type": "stdio"
1817
},

0 commit comments

Comments
 (0)