- L_TestFlight: empty, zero-gravity level for Phase 0 flight testing, set as editor/game default map. - Enable UnrealMCPython + Python Editor Script Plugin, third-party MCP plugin (GenOrca/unreal-mcp v2.2.0) giving direct editor control (actors, blueprints, levels, materials, etc.) alongside Epic's built-in Unreal MCP plugin. - Vendor the mcp-server Python source used to bridge to the plugin. - .mcp.json intentionally gitignored (machine-specific absolute paths).
30 lines
472 B
Plaintext
30 lines
472 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"EngineAssociation": "{23C4790B-40D5-7E25-BB47-319205D32C35}",
|
|
"Category": "",
|
|
"Description": "",
|
|
"Plugins": [
|
|
{
|
|
"Name": "ModelingToolsEditorMode",
|
|
"Enabled": true,
|
|
"TargetAllowList": [
|
|
"Editor"
|
|
]
|
|
},
|
|
{
|
|
"Name": "ModelContextProtocol",
|
|
"Enabled": true,
|
|
"TargetAllowList": [
|
|
"Editor"
|
|
]
|
|
},
|
|
{
|
|
"Name": "PythonScriptPlugin",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "UnrealMCPython",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
} |