Library and test suite for an MCP-style tooling server for s&box. It has JSON-RPC request/response helpers, a tool registry with metadata and requirements, path jail resolution, and server behavior verified by xUnit tests that hit a local HTTP endpoint. There is also a small console probe that loads managed assemblies from a local folder and lists types and members by name query.
An editor-side MCP server and dashboard for automating s&box project tasks from local clients. It runs an HttpListener on 127.0.0.1 that exposes JSON-RPC endpoints to list and invoke tools for assets, scenes, game objects, code, prefabs, models, and cloud package search/install, with permission gating and undo tracking. A ToolRegistry discovers annotated static methods and imports user-selected methods, activity and logs are captured, and a native-style UI manages settings, sessions, and live activity.