FilChat is an AI chat bot specifically designed for the Filecoin network
cp .env.example .env.local
npm run build-fil-mcp
./dist/mcp-services/fil-mcp.js
The default port for MCP is 3002
npm install
npm run dev
Your app should now be running on localhost:3000.
npm run build
npm run start