We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mb-dev/macos-ui-automation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•385 B
"""
External interfaces for UI automation.
This package provides different ways to interact with the UI automation system:
- MCP server for LLM integration
- CLI for command-line usage
"""
# Note: These are not imported by default as they may have heavy dependencies
# Import them explicitly when needed:
# from .mcp_server import ...
# from .cli import ...
__all__: list[str] = []