chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:49:17 +08:00
commit 7243d5823b
2201 changed files with 257291 additions and 0 deletions
@@ -0,0 +1,15 @@
namespace MCPForUnity.Editor.Security
{
/// <summary>Shared constants for the secure key store.</summary>
internal static class SecureKeyStoreConstants
{
/// <summary>Service / target namespace used in the OS secure store.</summary>
internal const string ServiceName = "MCPForUnity.AssetGen";
/// <summary>Known asset-generation provider ids (lowercase).</summary>
internal static readonly string[] ProviderIds =
{
"tripo", "meshy", "sketchfab", "fal", "openrouter"
};
}
}