ISO-68: Model Context Protocol
Server-sent events bindings between generative AIs and local Canvas APIs.
1. RPC Commands Structure
When the MCP server receives an action, it writes to an Event Stream that the local workspace monitors. This prevents blocking AI requests.
Tools Exposed to AI
getWorkspaceState()Fetch global canvases and active schemas.
addEntity_mcp()Dispatch an AST node to current schema.
2. Agent Customization Integration
- The VBE exposes system capacities to language models via the
copilot-instructions.mdprotocols. - Agents stream AST actions directly to
window.__bridgefrom the Node layer.