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>
This commit is contained in:
Rainer Leit
2026-09-16 20:22:53 +03:00
co-authored by Claude Fable 5.1
parent 3e52d26fb7
commit 0189ed9124
+9 -7
View File
@@ -1,8 +1,10 @@
{ {
"mcpServers": { "mcpServers":
"unreal-mcp": { {
"type": "http", "unreal-mcp":
"url": "http://127.0.0.1:8000/mcp" {
} "type": "http",
} "url": "http://127.0.0.1:8000/mcp"
} }
}
}