using System;
using Newtonsoft.Json;
namespace UnityMcpBridge.Editor.Models
{
[Serializable]
public class McpConfig
[JsonProperty("mcpServers")]
public McpConfigServers mcpServers;
}