"""
Shared configuration module for cross-platform MCP automation.
This package contains configuration classes and utilities that can be
shared across iOS, Android, and other automation platforms.
"""
from .base_settings import (
AppiumConfig,
ServerConfig,
create_appium_config,
create_server_config
)
__version__ = "2.0.0"
__all__ = [
"AppiumConfig",
"ServerConfig",
"create_appium_config",
"create_server_config"
]
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iHackSubhodip/mcp-server-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server