From 4d2ddb0fae412bc10671648d6238647e0860778e Mon Sep 17 00:00:00 2001 From: Anubhav Jain Date: Thu, 2 Apr 2026 12:04:22 +0530 Subject: [PATCH] Revert "Merge pull request #150 from anubhavmag/add-planner-mcp-server" This reverts commit 271012789914a1f679f4f1c71b598d381b368bf0, reversing changes made to d9bcc7f3f4b359c418333d84c6b9f6aac7337473. --- partners/servers/a365-planner-mcp-server.json | 62 ------------------- 1 file changed, 62 deletions(-) delete mode 100644 partners/servers/a365-planner-mcp-server.json diff --git a/partners/servers/a365-planner-mcp-server.json b/partners/servers/a365-planner-mcp-server.json deleted file mode 100644 index 616b40a..0000000 --- a/partners/servers/a365-planner-mcp-server.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "name": "a365-planner-mcp-server", - "title": "Work IQ Planner", - "summary": "Work IQ MCP server for Microsoft Planner operations. Learn more at https://aka.ms/AboutWorkIQ", - "description": "Work IQ Planner MCP Server which enables core Planner actions (create, query, update, and manage plans and tasks) for agentic workflows. AI agents can create plans, add tasks with due dates and assignees, query and filter tasks by status/priority/date, and manage plan collaboration. 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://aka.ms/AboutWorkIQ", - "kind": "mcp", - "vendor": "Microsoft", - "externalDocumentation": { - "title": "Work IQ MCP Servers", - "url": "https://aka.ms/AboutWorkIQ" - }, - "remote": "https://agent365.svc.cloud.microsoft/agents/servers/mcp_PlannerServer", - "supportContactInfo": { - "name": "customer support contact", - "url": "https://aka.ms/WorkIQToolsSupport" - }, - "license": { - "name": "Work IQ", - "url": "https://aka.ms/AboutWorkIQ" - }, - "visibility": "false", - "categories": "Project Management", - "icon": "https://cdn.jsdelivr.net/gh/Azure/MCP/community/registry/icons/MicrosoftPlannerMCPServer.png", - "useCases": [ - { - "name": "Create and manage plans", - "description": "Create new personal or group-based Planner plans, update plan titles, and delete plans when no longer needed." - }, - { - "name": "Query and discover plans", - "description": "List all plans accessible to the signed-in user, including personal roster plans, group plans, and recently used plans." - }, - { - "name": "Create and manage tasks", - "description": "Create tasks within plans with optional due dates and assignees. Update task properties including title, status, priority, start/due dates, bucket, and user assignments." - }, - { - "name": "Query and filter tasks", - "description": "Retrieve all tasks in a plan with optional filtering by assignee, status (not started, in progress, completed), priority (urgent, important, medium, low), or date range." - }, - { - "name": "Track task progress", - "description": "Update task status from not started to in progress or completed, change priority levels, and reassign tasks to different team members." - } - ], - "securitySchemes": { - "a365planneroauth2": { - "type": "oauth2", - "description": "Authenticate with Work IQ using OAuth2 authorization code flow with PKCE support.", - "flows": ["authorizationCode"], - "authorizationUrl": "https://login.microsoftonline.com", - "tokenUrl": "https://login.microsoftonline.com", - "refreshUrl": "https://login.microsoftonline.com", - "scopes": ["ea9ffc3e-8a23-4a7d-836d-234d7c7565c1/McpServers.Planner.All"] - } - }, - "authSchemas": ["OAuth2"], - "audience": "ea9ffc3e-8a23-4a7d-836d-234d7c7565c1", - "versionName": "original", - "customProperties": { "x-ms-preview": true }, - "tags": ["workiq"] -}