You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text("Requires Xcode \(requiredXcodeVersion) or later. Current version: \(versionText).")
77
83
}elseif isConnected {
78
84
Text("Xcode's built-in MCP server is connected, enabling richer editor integration.")
85
+
}elseif isRegistryOnly {
86
+
Text("Manual installation of Xcode's built-in MCP server is blocked by your organization's registry policy. Please check the MCP Registry for an approved installation option, or contact your enterprise IT administrator.")
79
87
}elseif isConfiguredButNotConnected {
80
88
Text("Please confirm in Xcode to allow the built-in MCP server.")
81
89
}else{
82
90
VStack(alignment:.leading, spacing:4){
83
-
Text("Connect Copilot to Xcode’s built‑in MCP server to enable richer editor integration.")
91
+
Text("Connect Copilot to Xcode's built-in MCP server to enable richer editor integration.")
0 commit comments