- Add MCP server with real Unreal Remote Execution Protocol (UDP 6766 + TCP 6776) - Implement 12 MCP tools: project intelligence, scene manipulation, debug/profiling, blueprint ops - Add enhanced .uasset parser with UE4/UE5 support - Create /blueprint-workflow skill (analyze, bp-to-cpp, cpp-to-bp, transform, optimize) - Include 21 passing tests - Add complete user documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
247 B
JSON
14 lines
247 B
JSON
{
|
|
"mcpServers": {
|
|
"unreal-mcp": {
|
|
"command": "python",
|
|
"args": ["-m", "unreal_mcp.server"],
|
|
"env": {
|
|
"UE_PROJECT_PATH": "",
|
|
"UE_COMMAND_PORT": "6776",
|
|
"UE_MULTICAST_PORT": "6766"
|
|
}
|
|
}
|
|
}
|
|
}
|