@@ -941,7 +941,8 @@ After starting, point the web SDK at ws://127.0.0.1:<port>.""",
941941 },
942942 {
943943 "name" : "go_offline" ,
944- "description" : "Simulate offline mode (no network). Use go_online to restore." ,
944+ "description" :
945+ "Simulate offline mode (no network). Use go_online to restore." ,
945946 "inputSchema" : {"type" : "object" , "properties" : {}}
946947 },
947948 {
@@ -1771,11 +1772,15 @@ By default, saves screenshot to a temporary file and returns file path. Optional
17711772 },
17721773 {
17731774 "name" : "screenshot_element" ,
1774- "description" : "Take a screenshot of a specific element by CSS selector, key, or text content" ,
1775+ "description" :
1776+ "Take a screenshot of a specific element by CSS selector, key, or text content" ,
17751777 "inputSchema" : {
17761778 "type" : "object" ,
17771779 "properties" : {
1778- "selector" : {"type" : "string" , "description" : "CSS selector (e.g. 'h1', '.my-class', '#my-id')" },
1780+ "selector" : {
1781+ "type" : "string" ,
1782+ "description" : "CSS selector (e.g. 'h1', '.my-class', '#my-id')"
1783+ },
17791784 "key" : {"type" : "string" , "description" : "Element key" },
17801785 "text" : {"type" : "string" , "description" : "Text to find" },
17811786 },
@@ -2323,7 +2328,8 @@ home, lock, power, siri, volume_up, volume_down, app_switch
23232328 },
23242329 {
23252330 "name" : "native_video_start" ,
2326- "description" : """Start recording the iOS Simulator screen to an MP4 video file.
2331+ "description" :
2332+ """Start recording the iOS Simulator screen to an MP4 video file.
23272333
23282334[USE WHEN]
23292335• Recording a test session or demo for documentation
@@ -2355,7 +2361,8 @@ home, lock, power, siri, volume_up, volume_down, app_switch
23552361 },
23562362 {
23572363 "name" : "native_video_stop" ,
2358- "description" : """Stop recording the iOS Simulator screen and save the MP4 file.
2364+ "description" :
2365+ """Stop recording the iOS Simulator screen and save the MP4 file.
23592366
23602367[USE WHEN]
23612368• Finishing a recording started with native_video_start
@@ -2376,7 +2383,8 @@ home, lock, power, siri, volume_up, volume_down, app_switch
23762383 },
23772384 {
23782385 "name" : "native_capture_frames" ,
2379- "description" : """Capture a burst of screenshot frames from the iOS Simulator.
2386+ "description" :
2387+ """Capture a burst of screenshot frames from the iOS Simulator.
23802388
23812389[USE WHEN]
23822390• Creating a lightweight visual recording without full video
@@ -2407,8 +2415,7 @@ home, lock, power, siri, volume_up, volume_down, app_switch
24072415 },
24082416 "duration_ms" : {
24092417 "type" : "integer" ,
2410- "description" :
2411- "Capture duration in milliseconds (default: 3000)" ,
2418+ "description" : "Capture duration in milliseconds (default: 3000)" ,
24122419 },
24132420 "quality" : {
24142421 "type" : "integer" ,
0 commit comments