@Christoph-Hart said in Is the HISE REST server ready for use?:
It's not intended to be used directly as REST API but the hise-cli app will talk to it and Claude should use the hise-cli app as this is more token efficient than dumping the entire HTTP response into the context window.
Makes sense. Using it through the CLI now 👍
Using REST directly was having things like the /repl endpoint not recompiling the scripts, and some values getting out of sync during saves.
But the CLI between seems much better now. Thanks! 🙌