Skip to content

Don't show package manager install prompt if not needed #1088

Description

@hyunbinseo

Adding the remote Svelte MCP server for Claude Code does not require any installation.

┌  Welcome to the Svelte CLI! (v0.15.3)
│
◇  Which client would you like to use?
│  claude code
│
◇  What setup would you like to use?
│  Remote
│
▲  CLAUDE.md already exists, we didn't touch it. See https://svelte.dev/docs/mcp/overview#Usage for manual setup.
│
◆  Successfully setup add-ons: mcp
│
◇  Which package manager do you want to install dependencies with?
│  None
│
│  To skip prompts next time, run:
●  npx sv@0.15.3 add mcp="ide:claude-code+setup:remote" --no-install
│
└  You're all set!

Seems to be the same for the local version. I thought it would be installed locally.

{
  "mcpServers": {
    "svelte": {
      "type": "stdio",
      "command": "npx",
      "env": {},
      "args": ["-y", "@sveltejs/mcp"]
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions