Setup Aspire

Install the .NET Aspire CLI tool for MCP integration Use when this capability is needed.

tomevault-io fd7d56e 2 files · 1.5 KB Updated

File contents

/dotnet:setup-aspire

Install the .NET Aspire CLI, required for the aspire MCP server.

Workflow

Step 1: Check current state

dotnet tool list -g | grep -i aspire || echo "Aspire CLI not installed"

Step 2: Install

dotnet tool install --global aspire.cli

If already installed and needs updating:

dotnet tool update --global aspire.cli

Step 3: Verify

aspire --version

Step 4: Report

Tell the user to restart Claude Code so the aspire MCP server can reconnect with the now-available CLI tool.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/melodic-software--claude-code-plugins--setup-aspire commit fd7d56e471

Frequently asked questions

npx skillmds@latest add tomevault-io/setup-aspire