@forge/cli-shared
8.15.28.15.3-next.0
out/graphql/graphql-types.js~
out/graphql/graphql-types.jsModified+2
Index: package/out/graphql/graphql-types.js
===================================================================
--- package/out/graphql/graphql-types.js
+++ package/out/graphql/graphql-types.js
@@ -5432,9 +5432,11 @@
})(GraphIntegrationMcpAdminManagementMcpServerType = exports.GraphIntegrationMcpAdminManagementMcpServerType || (exports.GraphIntegrationMcpAdminManagementMcpServerType = {}));
var GraphIntegrationMcpAdminManagementMcpToolStatus;
(function (GraphIntegrationMcpAdminManagementMcpToolStatus) {
GraphIntegrationMcpAdminManagementMcpToolStatus["Allow"] = "ALLOW";
+ GraphIntegrationMcpAdminManagementMcpToolStatus["AllowServerRemoved"] = "ALLOW_SERVER_REMOVED";
GraphIntegrationMcpAdminManagementMcpToolStatus["Deny"] = "DENY";
+ GraphIntegrationMcpAdminManagementMcpToolStatus["DenyServerRemoved"] = "DENY_SERVER_REMOVED";
GraphIntegrationMcpAdminManagementMcpToolStatus["NewToolDeny"] = "NEW_TOOL_DENY";
})(GraphIntegrationMcpAdminManagementMcpToolStatus = exports.GraphIntegrationMcpAdminManagementMcpToolStatus || (exports.GraphIntegrationMcpAdminManagementMcpToolStatus = {}));
var GraphIntegrationSkillColor;
(function (GraphIntegrationSkillColor) {