Skip to content

Development Environment Setup

gOGo oNe edited this page Dec 9, 2025 · 1 revision

1. Clone the Repository

git clone https://github.com/yourusername/MCP-Dandan.git
cd MCP-Dandan

2. Version Requirements

  • Python: 3.8 or higher
  • Node.js: 18.x or higher
  • npm: 8.x or higher

3. Install Dependencies

# Install all dependencies (Python + Node.js)
npm run install-all

4. Build and Test

# Run development server
npm run dev

Clone this wiki locally