Files
unreal-workbench/plugin.json
T
basilensis a7d72e6eaa rename: spaghetti-ue5 → unreal-workbench (public name)
Searchable ('unreal' is the marketplace keyword), professional, short (16
chars). 'Spaghetti' stays as the brand layer (description + author fields).
Repo + plugin.json name aligned.
2026-08-08 17:22:58 +03:00

15 lines
574 B
JSON

{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "unreal-workbench",
"version": "0.1.0",
"description": "Unreal Engine 5 agent tools — crash analysis, asset auditing, knowledge base, code generation. Powered by Spaghetti Unreal AI Workbench.",
"author": {
"name": "Tinirau Ltd",
"url": "https://spaghetti.gg"
},
"homepage": "https://spaghetti.gg",
"repository": "https://git.tinirau.com/Tinirau/unreal-workbench",
"license": "MIT",
"keywords": ["unreal", "ue5", "spaghetti", "mcp", "game-development", "ai"]
}