We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/54yyyu/pyapple-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•246 B
"""
Utility modules for PyApple MCP
This package contains utility classes for interacting with various macOS applications
through AppleScript and PyObjC frameworks.
"""
from .applescript import AppleScriptRunner
__all__ = ["AppleScriptRunner"]