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"] }