Listen to and share the music in the Atmosphere. musicsky.up.railway.app/
nextjs atproto music typescript react
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update mcp to use pnpm dlx

Signed-off-by: mejsiejdev <mejsiejdev@gmail.com>

+2 -2
+2 -2
.mcp.json
··· 1 1 { 2 2 "mcpServers": { 3 3 "shadcn": { 4 - "command": "npx", 5 - "args": ["shadcn@latest", "mcp"] 4 + "command": "pnpm", 5 + "args": ["dlx", "shadcn@latest", "mcp"] 6 6 } 7 7 } 8 8 }