Skip to content

Use non-interactive npx launch commands for MCP configs #5

Description

@spqw

Summary

The generated and documented MCP launch commands use plain npx @blitzdev/iphone-mcp for Claude Code, Cursor, and Codex.

Problem

Plain npx can prompt on first install or cache miss. That is a poor fit for MCP stdio startup, which should remain non-interactive.

Proposed fix

Use npx -y @blitzdev/iphone-mcp consistently in generated configs and README examples.

Expected impact

MCP launches become non-interactive and more reliable across clients.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions