Skip to content

Commit ec24bfd

Browse files
evantahlerjottakka
andauthored
[AUTO] Adding MCP Servers docs update (#883)
* [AUTO] Adding MCP Servers docs update * some fixes * fix sharpoint --------- Co-authored-by: jottakka <203343514+jottakka@users.noreply.github.com> Co-authored-by: jottakka <fjlimal@gmail.com>
1 parent 76c4a67 commit ec24bfd

17 files changed

Lines changed: 683 additions & 1911 deletions

File tree

app/en/get-started/mcp-clients/copilot-studio/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ After saving the gateway configuration, you'll be redirected to the Arcade autho
8787

8888
Once the connection is established, return to your agent and start a conversation. Now you can directly interact with your tools.
8989

90-
Arcade provides just-in-time authorization. When you use a tool that requires access to an external service, Copilot Studio will display an authorization link. Click the link to grant access and continue. This works seamlessly with tools like SharePoint, Outlook, Teams, Stripe, and Gmail.
90+
Arcade provides just-in-time authorization. When you use a tool that requires access to an external service, Copilot Studio will display an authorization link. Click the link to grant access and continue. This works seamlessly with tools like SharePoint, Teams, Stripe, and Gmail.
9191

9292
<Image
9393
alt={"Step 4: Chat with your agent using Arcade tools"}

app/en/home/landing-page.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ const POPULAR_INTEGRATIONS_ROW2 = [
103103
icon: "/images/icons/ms_teams.png",
104104
href: "/resources/integrations/social/microsoft-teams",
105105
},
106-
{
107-
name: "Outlook",
108-
icon: "/images/icons/outlook_mail.png",
109-
href: "/resources/integrations/productivity/outlook-mail",
110-
},
111106
{
112107
name: "Stripe",
113108
icon: "/images/icons/stripe.svg",

app/en/references/auth-providers/microsoft/page.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,12 @@ Before showing how to configure your Microsoft app credentials, let's go through
4444
Next, add the Microsoft app to Arcade.
4545
### Arcade Microsoft MCP Servers Scopes
4646

47-
Below is the list of scopes required by the Arcade Microsoft MCP Servers:
47+
Below is the list of scopes required by the Arcade Microsoft MCP servers that have integration documentation:
4848

4949
| MCP Server | Required Permissions |
5050
| -------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
51-
| [Outlook Calendar](/resources/integrations/productivity/outlook-calendar) | `Calendars.ReadBasic`<br/>`Calendars.ReadWrite`<br/>`MailboxSettings.Read` |
52-
| [Outlook Mail](/resources/integrations/productivity/outlook-mail) | `Mail.Read`<br/>`Mail.ReadWrite`<br/>`Mail.Send` |
5351
| [Teams](/resources/integrations/social/microsoft-teams) | `Channel.ReadBasic.All`<br/>`ChannelMessage.Read.All`<br/>`ChannelMessage.Send`<br/>`Chat.Create`<br/>`Chat.Read`<br/>`ChatMessage.Read`<br/>`ChatMessage.Send`<br/>`People.Read`<br/>`Team.ReadBasic.All`<br/>`TeamMember.Read.All`<br/>`User.Read` |
54-
| [SharePoint](/resources/integrations/productivity/sharepoint) | `Sites.Read.All` |
52+
| [SharePoint](/resources/integrations/productivity/microsoft-sharepoint) | `Sites.Read.All` |
5553

5654
## Configuring your own Microsoft Auth Provider in Arcade
5755

app/en/references/changelog/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ _Here's what's new at Arcade.dev!_
544544

545545
**Toolkits**
546546

547-
- `[feature - 🚀]` Sharepoint Toolkit added ([docs](/resources/integrations/productivity/sharepoint))
547+
- `[feature - 🚀]` Sharepoint Toolkit added ([docs](/resources/integrations/productivity/microsoft-sharepoint))
548548
- `[feature - 🚀]` Google Slides Toolkit added
549549
- `[feature - 🚀]` Commenting on Google Docs added
550550
- `[bugfix - 🐛]` Improvements in Microsoft Teams message search tool for better agentic experience. Fix bug when no messages match the search query.

app/en/resources/integrations/productivity/_meta.tsx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,22 +73,14 @@ const meta: MetaRecord = {
7373
title: "Microsoft PowerPoint",
7474
href: "/en/resources/integrations/productivity/microsoft-powerpoint",
7575
},
76-
sharepoint: {
76+
"microsoft-sharepoint": {
7777
title: "Microsoft SharePoint",
78-
href: "/en/resources/integrations/productivity/sharepoint",
78+
href: "/en/resources/integrations/productivity/microsoft-sharepoint",
7979
},
8080
"microsoft-word": {
8181
title: "Microsoft Word",
8282
href: "/en/resources/integrations/productivity/microsoft-word",
8383
},
84-
"outlook-calendar": {
85-
title: "Outlook Calendar",
86-
href: "/en/resources/integrations/productivity/outlook-calendar",
87-
},
88-
"outlook-mail": {
89-
title: "Outlook Mail",
90-
href: "/en/resources/integrations/productivity/outlook-mail",
91-
},
9284
"-- Starter": {
9385
type: "separator",
9486
title: "Starter",

next.config.ts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,6 @@ const nextConfig: NextConfig = withLlmsTxt({
189189
destination: "/:locale/resources/integrations/productivity/jira",
190190
permanent: true,
191191
},
192-
{
193-
source:
194-
"/:locale/resources/integrations/productivity/outlook-mail/reference",
195-
destination:
196-
"/:locale/resources/integrations/productivity/outlook-mail",
197-
permanent: true,
198-
},
199192
{
200193
source: "/:locale/resources/integrations/sales/hubspot/reference",
201194
destination: "/:locale/resources/integrations/sales/hubspot",
@@ -895,19 +888,6 @@ const nextConfig: NextConfig = withLlmsTxt({
895888
permanent: true,
896889
},
897890
// Deprecated toolkit renames (microsoft_* prefix, ArcadeAI/monorepo#601)
898-
{
899-
source:
900-
"/:locale/resources/integrations/productivity/outlook-calendar",
901-
destination:
902-
"/:locale/resources/integrations/productivity/microsoft-outlook-calendar",
903-
permanent: true,
904-
},
905-
{
906-
source: "/:locale/resources/integrations/productivity/outlook-mail",
907-
destination:
908-
"/:locale/resources/integrations/productivity/microsoft-outlook-mail",
909-
permanent: true,
910-
},
911891
{
912892
source: "/:locale/resources/integrations/productivity/sharepoint",
913893
destination:

public/images/icons/outlook_calendar.svg

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)