Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 1.74 KB

File metadata and controls

66 lines (46 loc) · 1.74 KB

Troubleshooting

Common issues and solutions for the shadcn/ui MCP Server.

🐛 Common Issues

🚨 Quick Fixes

Server Won't Start

# Check Node.js version
node --version  # Should be 18+

# Check if npx is available
npx --version

Rate Limit Errors

# Add GitHub token
npx @jpisnice/shadcn-ui-mcp-server --github-api-key ghp_your_token_here

Component Not Found

# Check available components first
# Ask AI assistant: "List all available components"

Framework Issues

# Verify framework selection
npx @jpisnice/shadcn-ui-mcp-server --framework svelte --help

🔧 Debug Mode

Enable verbose logging:

# Set debug environment variable
DEBUG=* npx @jpisnice/shadcn-ui-mcp-server --github-api-key ghp_your_token

📞 Getting Help

🔗 Next Steps