890 B
890 B
name, description, arguments
| name | description | arguments | |||||||
|---|---|---|---|---|---|---|---|---|---|
| dss-setup | DEPRECATED - Use /dss-init instead |
|
DSS Setup Command (DEPRECATED)
This command is deprecated. Use /dss-init instead.
The /dss-init command now handles everything that /dss-setup did:
- MCP configuration
- Dependencies (Python venv, Node modules)
- DSS initialization
- Development servers
Migration
| Old Command | New Command |
|---|---|
/dss-setup |
/dss-init |
/dss-setup --reset |
/dss-init --reset |
/dss-setup --skip-servers |
/dss-init --skip-servers |
Instructions for Claude
When the user runs this command:
- Inform them that
/dss-setupis deprecated - Run
/dss-initwith the same flags instead
# Just run dss-init.sh directly
scripts/dss-init.sh [flags]