From 0189ed912487f1c0b65c89313a3b1d8804aefa2d Mon Sep 17 00:00:00 2001 From: Rainer Leit Date: Wed, 16 Sep 2026 20:22:53 +0300 Subject: [PATCH] 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 --- .mcp.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.mcp.json b/.mcp.json index e8de01d..d2e3ee5 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,8 +1,10 @@ { - "mcpServers": { - "unreal-mcp": { - "type": "http", - "url": "http://127.0.0.1:8000/mcp" - } - } -} + "mcpServers": + { + "unreal-mcp": + { + "type": "http", + "url": "http://127.0.0.1:8000/mcp" + } + } +} \ No newline at end of file