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
__init__.py•480 B
"""
Platform-specific automation modules.
This package contains platform-specific implementations for different
mobile automation platforms (iOS, Android, etc.).
Each platform follows the same structure:
- automation/: Core automation services (screenshot, app management, etc.)
- tools/: MCP tools specific to that platform
- config/: Platform-specific configuration and exceptions
"""
__version__ = "2.0.0"
__all__ = ["ios"] # Will expand to include "android" in the future