fluvie_server 0.1.4
fluvie_server: ^0.1.4 copied to clipboard
Self-hostable Fluvie server: render API, AI authoring, MCP, and a documentation helper in one binary, toggled by environment variables.
fluvie_server #
One self-hostable server for the full AI power of Fluvie: the render API, AI authoring, the MCP server, and a documentation helper, all in one binary. Enable the parts you want with environment variables; install one image, not three services.
Libraries #
package:fluvie_server/client.dart— the web-safe render client (httponly), for a Flutter app on web, mobile, or desktop.package:fluvie_server/server.dart— thedart:io/shelfserver.
Run it #
dart run packages/fluvie_server/bin/fluvie_server.dart
The render API listens on HOST:PORT (default 0.0.0.0:8080). See the
server guide and the
AI and MCP guide for configuration,
the MCP modes, and Docker images.