Files
UnrealPrototyping/.mcp.json
T
Rainer LeitandClaude Fable 5.1 0189ed9124 Accept the MCP plugin's own formatting of .mcp.json
The engine plugin rewrites the client config on every editor start; committing its layout keeps the tree clean.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-16 20:22:53 +03:00

10 lines
105 B
JSON

{
"mcpServers":
{
"unreal-mcp":
{
"type": "http",
"url": "http://127.0.0.1:8000/mcp"
}
}
}