|
92 | 92 | "id": "artifact", |
93 | 93 | "surface": "artifact-provider", |
94 | 94 | "count": 3, |
95 | | - "tools": [ |
96 | | - "extract_artifact", |
97 | | - "inspect_artifact", |
98 | | - "inventory_artifact" |
99 | | - ] |
| 95 | + "tools": ["extract_artifact", "inspect_artifact", "inventory_artifact"] |
100 | 96 | }, |
101 | 97 | { |
102 | 98 | "id": "managed", |
|
313 | 309 | "id": "rea-cdp-electron", |
314 | 310 | "name": "REA Electron file-page CDP observation provider", |
315 | 311 | "version": "1", |
316 | | - "capabilities": [ |
317 | | - "inspect_electron_page", |
318 | | - "list_electron_targets" |
319 | | - ] |
| 312 | + "capabilities": ["inspect_electron_page", "list_electron_targets"] |
320 | 313 | }, |
321 | 314 | { |
322 | 315 | "id": "rea-dotnet-static", |
|
344 | 337 | "id": "rea-javascript-application", |
345 | 338 | "name": "REA JavaScript application analyzer", |
346 | 339 | "version": "1", |
347 | | - "capabilities": [ |
348 | | - "analyze_javascript_application" |
349 | | - ] |
| 340 | + "capabilities": ["analyze_javascript_application"] |
350 | 341 | }, |
351 | 342 | { |
352 | 343 | "id": "rea-javascript-application-workflows", |
|
371 | 362 | "id": "rea-javascript-runtime-reconciliation", |
372 | 363 | "name": "REA JavaScript runtime reconciliation", |
373 | 364 | "version": "1", |
374 | | - "capabilities": [ |
375 | | - "reconcile_javascript_runtime" |
376 | | - ] |
| 365 | + "capabilities": ["reconcile_javascript_runtime"] |
377 | 366 | }, |
378 | 367 | { |
379 | 368 | "id": "rea-playwright-browser-scenario", |
380 | 369 | "name": "REA Playwright browser scenario capture provider", |
381 | 370 | "version": "1", |
382 | | - "capabilities": [ |
383 | | - "capture_browser_scenario" |
384 | | - ] |
| 371 | + "capabilities": ["capture_browser_scenario"] |
385 | 372 | }, |
386 | 373 | { |
387 | 374 | "id": "rea-playwright-electron-active", |
388 | 375 | "name": "REA Playwright active Electron observation provider", |
389 | 376 | "version": "1", |
390 | | - "capabilities": [ |
391 | | - "capture_electron_scenario" |
392 | | - ] |
| 377 | + "capabilities": ["capture_electron_scenario"] |
393 | 378 | }, |
394 | 379 | { |
395 | 380 | "id": "rea-v8-inspector", |
|
0 commit comments