eechat.md

eechat

UI App
from"eechat"

Cross-platform desktop app with full MCP support

Communication
desktopMCP clientchatcross-platform
install.sh
# Clone the repository
$git clone https://github.com/eechat/eechat
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve