Use the Live DAT Debugging MCP skill for iOS
mainThe live-debugging-mcp skill is designed for debugging iOS DAT (Device Access Toolkit) applications using local DAT Inspector MCP servers or DAT debug servers. It is intended for observing live app/device behavior, such as permission issues, registration failures, session/stream state, and communication problems between the app and glasses.
When to use this skill
- Debugging Meta AI app/device boundary issues.
- Troubleshooting permissions, registration, or session/streaming states.
- Investigating user reports regarding app-to-glasses communication.
- Analyzing live device events and SDK logs.
Key Constraints
- Read-only by default: The agent should not attempt to mutate Meta AI app, device, account, permission, registration, or app state unless explicitly requested.
- Boundary Diagnosis: Results from companion-app/device tools should be treated as boundary diagnosis from app-visible DAT events, not as direct access to companion app internals.
- Fallback: If MCP tools are not configured, fall back to analyzing logs and using
search_dat_docs(the documentation search tool).