@@ -268,25 +268,25 @@ export default function addAppAutomationTools(server: McpServer) {
268
268
. string ( )
269
269
. describe (
270
270
"Path to your application file:\n" +
271
- "If in development IDE directory:\n" +
272
- "• For Android: 'gradle assembleDebug'\n" +
273
- "• For iOS:\n" +
274
- " xcodebuild clean -scheme YOUR_SCHEME && \\\n" +
275
- " xcodebuild archive -scheme YOUR_SCHEME -configuration Release -archivePath build/app.xcarchive && \\\n" +
276
- " xcodebuild -exportArchive -archivePath build/app.xcarchive -exportPath build/ipa -exportOptionsPlist exportOptions.plist\n\n" +
277
- "If in other directory, provide existing app path"
271
+ "If in development IDE directory:\n" +
272
+ "• For Android: 'gradle assembleDebug'\n" +
273
+ "• For iOS:\n" +
274
+ " xcodebuild clean -scheme YOUR_SCHEME && \\\n" +
275
+ " xcodebuild archive -scheme YOUR_SCHEME -configuration Release -archivePath build/app.xcarchive && \\\n" +
276
+ " xcodebuild -exportArchive -archivePath build/app.xcarchive -exportPath build/ipa -exportOptionsPlist exportOptions.plist\n\n" +
277
+ "If in other directory, provide existing app path" ,
278
278
) ,
279
279
testSuitePath : z
280
280
. string ( )
281
281
. describe (
282
282
"Path to your test suite file:\n" +
283
- "If in development IDE directory:\n" +
284
- "• For Android: 'gradle assembleAndroidTest'\n" +
285
- "• For iOS:\n" +
286
- " xcodebuild test-without-building -scheme YOUR_SCHEME -destination 'generic/platform=iOS' && \\\n" +
287
- " cd ~/Library/Developer/Xcode/DerivedData/*/Build/Products/Debug-iphonesimulator/ && \\\n" +
288
- " zip -r Tests.zip *.xctestrun *-Runner.app\n\n" +
289
- "If in other directory, provide existing test file path"
283
+ "If in development IDE directory:\n" +
284
+ "• For Android: 'gradle assembleAndroidTest'\n" +
285
+ "• For iOS:\n" +
286
+ " xcodebuild test-without-building -scheme YOUR_SCHEME -destination 'generic/platform=iOS' && \\\n" +
287
+ " cd ~/Library/Developer/Xcode/DerivedData/*/Build/Products/Debug-iphonesimulator/ && \\\n" +
288
+ " zip -r Tests.zip *.xctestrun *-Runner.app\n\n" +
289
+ "If in other directory, provide existing test file path" ,
290
290
) ,
291
291
devices : z
292
292
. array ( z . string ( ) )
0 commit comments