원클릭으로
inspect
Launch MCP Inspector to interactively test swift-mcp-gui tools in a browser
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Launch MCP Inspector to interactively test swift-mcp-gui tools in a browser
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | inspect |
| description | Launch MCP Inspector to interactively test swift-mcp-gui tools in a browser |
| allowed-tools | Bash |
| disable-model-invocation | true |
Launch the MCP Inspector to interactively test the swift-mcp-gui MCP server in a browser.
This skill is shared by Claude Code and Codex. Use the shell command tool available in the current agent runtime (for example, Bash in Claude Code or the terminal/exec command tool in Codex).
Check if Node.js and npm are installed by running node --version and npx --version. If not installed, tell the user to install Node.js first (e.g. via Homebrew: brew install node) and stop.
Reinstall the latest build of swift-mcp-gui:
swift package experimental-uninstall swift-mcp-gui && swift package experimental-install
npx @modelcontextprotocol/inspector swift-mcp-gui
Wait for the inspector to start and print the URL with the auth token.
Tell the user to open the URL in their browser. The URL will look like:
http://localhost:6274/?MCP_PROXY_AUTH_TOKEN=<token>
Wait for the user to finish testing. When the user says they are done, kill the inspector process:
pkill -f "@modelcontextprotocol/inspector"; pkill -f "swift-mcp-gui"