getAllConfigs
Retrieve the current configuration settings from the AutoMobile MCP server to manage and automate mobile testing workflows effectively.
Instructions
Retrieve current configuration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}