chore: verify ci is working

This commit is contained in:
dev 2025-10-31 11:07:09 +08:00
parent 1b952730cd
commit a2434a397d

View File

@ -28,6 +28,8 @@ export async function ensureServerTrusted(
): Promise<MCPServer | null> { ): Promise<MCPServer | null> {
const isProtocolInstall = currentServer.installSource === 'protocol' const isProtocolInstall = currentServer.installSource === 'protocol'
const UNUSED_VAR_TO_TEST_CI = 'UNUSED_VAR_TO_TEST_CI'
logger.silly('ensureServerTrusted', { logger.silly('ensureServerTrusted', {
serverId: currentServer.id, serverId: currentServer.id,
installSource: currentServer.installSource, installSource: currentServer.installSource,