revali_mcp 0.1.0 copy "revali_mcp: ^0.1.0" to clipboard
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_mcp was previously publish_to: none, so the Cursor configuration in the repo README could not resolve for anyone outside this repo. Exposes list_routes, get_route, doctor, recent_requests, and create_scaffold over an MCP stdio server.

Fixes #

  • Frame stdio messages by byte count rather than decoded character count. Content-Length counts 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 through stdout.write, which re-encodes using Stdout.encoding and could disagree with the length already announced.

0.1.0 | 08.12.26 #

Features #

  • First release. revali_mcp was previously publish_to: none, so the Cursor configuration in the repo README could not resolve for anyone outside this repo. Exposes list_routes, get_route, doctor, recent_requests, and create_scaffold over an MCP stdio server.
0
likes
150
points
42
downloads

Documentation

Documentation
API reference

Publisher

verified publisherrevali.dev

Weekly Downloads

Stdio MCP server for Revali — inspect routes, run doctor, read recent requests, and scaffold components from your AI editor.

Repository (GitHub)
View/report issues

Topics

#revali #mcp #server #tooling

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

path

More

Packages that depend on revali_mcp