🔧 Editor

An editor-side MCP server and UI that lets creators call editor and project tools over JSON-RPC on localhost, view activity, and manage settings. It discovers static methods marked with McpToolAttribute or user-imported methods, builds a registry, and invokes them with JSON-bound arguments under a permission gate. The system runs an HTTP endpoint at /sbox-mcp, logs activity, jails file paths to the project, and ships UI pages for overview, tools, activity, and settings.