Windows Users:
- Navigate to:
C:\Users\YourUser\ - Double-click:
start-unopim-wsl.bat - Server will start automatically
The batch file is at: C:\Users\YourUser\start-unopim-wsl.bat
cd C:\Users\YourUser
start-unopim-wsl.batcd /path/to/unopim-mcp
./start-http.sh╔═══════════════════════════════════════════════════════════╗
║ UnoPim MCP Server (HTTP Mode) - RUNNING ║
╚═══════════════════════════════════════════════════════════╝
🌐 Server listening on: http://localhost:3000
📡 SSE endpoint: http://localhost:3000/sse
💚 Health check: http://localhost:3000/health
To expose via ngrok:
ngrok http 3000
Open browser or use curl:
http://localhost:3000/health
Expected response:
{"status":"healthy","version":"1.0.0"}In a new terminal/command prompt:
ngrok http 3000
You'll get a public URL like: https://abc123.ngrok.io
Press Ctrl+C in the command window