Loading...
Loading...
Use this when you need to inspect iOS simulator or physical-device logs through CatPane's MCP server, including starting scoped captures, checking status, pinning relevant lines, and querying buffered logs.
npx skill4agent add crockalet/catpane catpane-ios-consoleget_statuslist_devicesstart_captureget_logsclear_logsstop_captureget_crashescreate_watchlist_watchesget_watch_matchesget_statuslist_devicesstart_captureclear_logsstop_captureget_logsget_status{"includeDevices": true}runninglist_devicesplatform: "iOS"start_capturedeviceprocesstextpredicatequiet: truerestart: trueclear_logscreate_watchget_watch_matchesget_crashesget_logslimitminLeveltextprocesssubsystemcategoryget_logsorderpage.nextCursorcursorpage.hasMoresincesincesinceseqstop_capturecaptureIddeviceget_logscreate_watchget_watch_matchescursororder: "desc"seq < cursororder: "asc"seq > cursorpage.hasMorepage.nextCursorminLevelwarnwarnerrorfataltextprocesssubsystemcategorysinceMM-DD HH:MM:SS.mmmget_status{
"includeDevices": true
}start_capture{
"device": "My iPhone",
"process": "MyApp",
"text": "timeout",
"quiet": true
}create_watch{
"device": "My iPhone",
"name": "app-errors",
"pattern": "timeout",
"minLevel": "error",
"tag": "MyApp"
}get_watch_matches{
"device": "My iPhone",
"watchId": "w1",
"sinceSeq": 0,
"limit": 100
}get_logs{
"device": "My iPhone",
"order": "desc",
"limit": 50,
"minLevel": "error",
"process": "MyApp",
"subsystem": "com.example.app"
}