{ "name": "ue-mcp-agent-gateway", "version": "0.1.0", "private": true, "type": "module", "description": "Local HTTP/SSE gateway that runs a Claude agent (Agent SDK) wired to the ue-blueprint MCP, and serves the in-engine chat UI for the UE WebBrowser widget.", "main": "server.mjs", "scripts": { "start": "node server.mjs" }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.3.158" } }