@@ -76,7 +76,7 @@ After testing `list_sims` tool, update the report:
7676## Detailed Test Results
7777
7878### Tool: list_sims ✅ PASSED
79- ** Command:** ` npx reloaderoo@latest inspect call-tool list_sims --params '{}' -- node build/cli.js `
79+ ** Command:** ` npx reloaderoo@latest inspect call-tool list_sims --params '{}' -- node build/cli.js mcp `
8080** Verification:** Command returned JSON array with 6 simulator objects
8181** Validation Summary:** Successfully discovered 6 available simulators with UUIDs, names, and boot status
8282** Timestamp:** 2025-01-29 14:30:15
@@ -87,8 +87,8 @@ After testing `list_sims` tool, update the report:
8787### Pre-Testing Setup
8888- Always start by building the project: ` npm run build `
8989- Verify Reloaderoo is available: ` npx reloaderoo@latest --help `
90- - Check server connectivity: ` npx reloaderoo@latest inspect ping -- node build/cli.js `
91- - Get server information: ` npx reloaderoo@latest inspect server-info -- node build/cli.js `
90+ - Check server connectivity: ` npx reloaderoo@latest inspect ping -- node build/cli.js mcp `
91+ - Get server information: ` npx reloaderoo@latest inspect server-info -- node build/cli.js mcp `
9292
9393### Systematic Testing Workflow
94941 . ** Create Initial Report** : Generate test report with all checkboxes unchecked
@@ -108,15 +108,15 @@ After testing `list_sims` tool, update the report:
108108
109109### Tool Testing Process
110110For each tool:
111- 1 . Execute test with ` npx reloaderoo@latest inspect call-tool <tool_name> --params '<json>' -- node build/cli.js `
111+ 1 . Execute test with ` npx reloaderoo@latest inspect call-tool <tool_name> --params '<json>' -- node build/cli.js mcp `
1121122 . Verify response format and content
1131133 . ** IMMEDIATELY** update test report with result
1141144 . Check the box and add detailed verification summary
1151155 . Move to next tool
116116
117117### Resource Testing Process
118118For each resource:
119- 1 . Execute test with ` npx reloaderoo@latest inspect read-resource "<uri>" -- node build/cli.js `
119+ 1 . Execute test with ` npx reloaderoo@latest inspect read-resource "<uri>" -- node build/cli.js mcp `
1201202 . Verify resource accessibility and content format
1211213 . ** IMMEDIATELY** update test report with result
1221224 . Check the box and add detailed verification summary
0 commit comments