@@ -268,25 +268,25 @@ export default function addAppAutomationTools(server: McpServer) {
268268 . string ( )
269269 . describe (
270270 "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" ,
278278 ) ,
279279 testSuitePath : z
280280 . string ( )
281281 . describe (
282282 "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" ,
290290 ) ,
291291 devices : z
292292 . array ( z . string ( ) )
0 commit comments