升级XR插件版本
This commit is contained in:
10
Packages/MCPForUnity/Editor/Constants/AuthConstants.cs
Normal file
10
Packages/MCPForUnity/Editor/Constants/AuthConstants.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace MCPForUnity.Editor.Constants
|
||||
{
|
||||
/// <summary>
|
||||
/// Protocol-level constants for API key authentication.
|
||||
/// </summary>
|
||||
internal static class AuthConstants
|
||||
{
|
||||
internal const string ApiKeyHeader = "X-API-Key";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user