@Reno【serv00系列教程】部署 NextChat + MCP 中发帖

安装
mkdir -p ~/.npm-global && npm config set prefix "$HOME/.npm-global" && echo 'export PATH=$HOME/.npm-global/bin:$PATH' >> ~/.profile && source ~/.profile && npm install -g pm2 && source .profile && git clone https://github.com/QuantumNous/new-api && cd $_
curl -L -O https://raw.githubusercontent.com/Raimbaulty/freebsd/main/release.zip && unzip release.zip && rm -fr release.zip

运行
普通版本
PORT=9999...