We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyberpapiii/imessage-max'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•331 B
"""Integration tests for iMessage MCP Pro.
These tests run against the real ~/Library/Messages/chat.db database
and are skipped by default. To run them, use:
pytest tests/integration/ -v --real-db
Requirements:
- macOS with Full Disk Access enabled for the terminal
- Real iMessage chat.db at ~/Library/Messages/chat.db
"""