Using Tree-sitter over Msgpack RPC

Right now it looks like the only way to interact with Tree-sitter is through Lua. Are there any plans to offer API functions for interacting with parse trees over RPC?

Hi and sorry for the late reply.

To be 100% sincere, for now there are not any plans to interact with tree-sitter though anything but lua, as this is pushed the the first-class citizen.
Though, this does not mean that there will never be, it is just that for now, we would rather focus on stabilizing the various interfaces before exposing anything.