VoidLang MCP v1.0.0 · 99 opcodes

The MCP server that lets any LLM write apps in numeric bytecode and get back working binaries, React projects, iOS/Android scaffolds, and docker-compose files.

Endpoints

Quick start

curl -sX POST https://lang.voidback.com/compile -H 'Content-Type: application/json' -d '{
  "void": {"v":1,"name":"hello","tgt":["linux"],"ins":[[1,"hello"],[242,"Hello from Void!"]]}
}'

See github.com/24greyhat/voidLang for the LLM prompt template.