From 7ac2fe91f6e6e40c9126570ee72ed1869ca630b8 Mon Sep 17 00:00:00 2001 From: "Xin Li (from Dev Box)" Date: Fri, 12 Jun 2026 12:10:29 +0800 Subject: [PATCH] Mark Work IQ MCP server as GA by removing preview flag Co-Authored-By: Claude Sonnet 4.6 --- partners/servers/workiq-mcp-server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/partners/servers/workiq-mcp-server.json b/partners/servers/workiq-mcp-server.json index dd0d92b..eac449c 100644 --- a/partners/servers/workiq-mcp-server.json +++ b/partners/servers/workiq-mcp-server.json @@ -2,7 +2,7 @@ "name": "microsoft-work-iq-mcp-frontier", "title": "Work IQ MCP", "summary": "Work IQ MCP Server exposes Microsoft Graph as MCP tools for AI agents. Learn more at https://learn.microsoft.com/en-us/microsoft-365/copilot/extensibility/work-iq-api-overview", - "description": "The Work IQ MCP Server exposes Microsoft Graph as a set of tools for AI agents — read, create, update, and delete M365 entities (mail, calendar, files, chats, and more), search and retrieve OpenAPI schemas, list available agents, and ask M365 Copilot or route requests to specific A2A agents. This feature is in preview and is part of the Work IQ tools, providing shared work intelligence and actions for agents. Availability and capabilities are subject to change. Learn more: https://learn.microsoft.com/en-us/microsoft-365/copilot/extensibility/work-iq-api-overview", + "description": "The Work IQ MCP Server exposes Microsoft Graph as a set of tools for AI agents — read, create, update, and delete M365 entities (mail, calendar, files, chats, and more), search and retrieve OpenAPI schemas, list available agents, and ask M365 Copilot or route requests to specific A2A agents. This is part of the Work IQ tools, providing shared work intelligence and actions for agents. Learn more: https://learn.microsoft.com/en-us/microsoft-365/copilot/extensibility/work-iq-api-overview", "kind": "mcp", "vendor": "Microsoft", "externalDocumentation": { @@ -76,6 +76,6 @@ }, "audience": "fdcc1f02-fc51-4226-8753-f668596af7f7", "versionName": "original", - "customProperties": { "x-ms-preview": true }, + "customProperties": { "x-ms-preview": false }, "tags": ["workiq"] }