revali_mcp 0.1.0
revali_mcp: ^0.1.0 copied to clipboard
Stdio MCP server for Revali — inspect routes, run doctor, read recent requests, and scaffold components from your AI editor.
CHANGELOG #
0.1.0 | 08.13.26 #
Features #
- First release.
revali_mcpwas previouslypublish_to: none, so the Cursor configuration in the repo README could not resolve for anyone outside this repo. Exposeslist_routes,get_route,doctor,recent_requests, andcreate_scaffoldover an MCP stdio server.
Fixes #
- Frame stdio messages by byte count rather than decoded character count.
Content-Lengthcounts bytes, so any message body containing a non-ASCII character left the server waiting on data that had already arrived, and it never replied. Responses are likewise written as UTF-8 bytes instead of throughstdout.write, which re-encodes usingStdout.encodingand could disagree with the length already announced.
0.1.0 | 08.12.26 #
Features #
- First release.
revali_mcpwas previouslypublish_to: none, so the Cursor configuration in the repo README could not resolve for anyone outside this repo. Exposeslist_routes,get_route,doctor,recent_requests, andcreate_scaffoldover an MCP stdio server.