fluvie_mcp 0.1.1
fluvie_mcp: ^0.1.1 copied to clipboard
An MCP server that lets an AI assistant author and render Fluvie videos, over stdio or HTTP.
Changelog #
The format follows Keep a Changelog and the versions follow Semantic Versioning.
0.1.1 - 2026-06-21 #
Added #
- An instruction page at
GET /on the HTTP transport: what the server does, how to point an MCP client at/mcp, whether a bearer token is required, and the tools it exposes.
0.1.0 - 2026-06-20 #
The first public release.
Added #
- An MCP server exposing five tools:
generate_video,edit_video,render_video,render_composition, andget_video_spec_schema. - Two transports: stdio (for a local assistant such as Claude Code) and Streamable HTTP (for a hosted endpoint), with an optional bearer token on the HTTP route.
- Rendering is delegated to a running Fluvie render API, so the package has no Flutter or FFmpeg dependency and builds into a tiny image.