Add Microsoft 365 workload plugins (mail, calendar, todo, files, teams, directory) - #25
Open
staging-devin-ai-integration[bot] wants to merge 3 commits into
Open
staging-devin-ai-integration[bot] wants to merge 3 commits into
staging-devin-ai-integration[bot] wants to merge 3 commits into
Conversation
Co-Authored-By: pato <pato@cognition.ai>
Co-Authored-By: pato <pato@cognition.ai>
pato12
approved these changes
Sep 17, 2026
Co-Authored-By: pato <pato@cognition.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds six individual plugins, one for each Microsoft 365 workload that Cognition hosts. Each plugin declares one MCP server whose key matches its slug, so
scripts/validate.pystays unchanged. Each server points athttps://microsoft-365-mcp.devin.ai/<workload>/mcp.microsoft-365-mail/mail/mcpmicrosoft-365-mail-mcpmicrosoft-365-calendar/calendar/mcpmicrosoft-365-calendar-mcpmicrosoft-365-todo/todo/mcpmicrosoft-365-todo-mcpmicrosoft-365-files/files/mcpmicrosoft-365-files-mcpmicrosoft-365-teams/collaboration/mcpmicrosoft-365-collaboration-mcpmicrosoft-365-directory/directory/mcpmicrosoft-365-directory-mcpapps/microsoft-365-mcp/.agents/skills/*in usacognition/devin-webapp.oauthClientId. Entra doesn't support dynamic client registration, so members bring their own Entra client ID and secret. The plugin gets that BYO OAuth by linking to the matching official, non-beta rows in the legacy marketplace table (usacognition/devin-webapp#79069).MARKETPLACE_COMMIT_SHAin devin-webapp and regeneratemarketplace_facts.json.python3 scripts/validate.py --fetch→ok: 178 entries.Link to Devin session: https://staging.itsdev.in/sessions/903f6a3f42364c1e8004badb36b523ea
Open in Devin Desktop: https://staging.itsdev.in/desktop/session/903f6a3f42364c1e8004badb36b523ea?variant=devin-insiders
Requested by: @pato12
Devin Review