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
+4 -2
View File
@@ -1,6 +1,8 @@
{
"mcpServers": {
"unreal-mcp": {
"mcpServers":
{
"unreal-mcp":
{
"type": "http",
"url": "http://127.0.0.1:8000/mcp"
}