Skip to content

Commit 0da46a0

Browse files
authored
Rename anonymous MCP server to arcade-anon (#330)
1 parent e0cf5c9 commit 0da46a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/home/mcp-desktop-clients/vscode-client.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ As of version 1.100.0, Visual Studio Code does not yet support [MCP authorizatio
1616
1. Download and open [Visual Studio Code](https://code.visualstudio.com/download) (version 1.100.0 or higher)
1717
1. Open the command palette and select **MCP: Add Server...**
1818
1. Choose **HTTP**
19-
1. Paste the following URL: `https://api.arcade.dev/v1/mcps/ms_0ujssxh0cECutqzMgbtXSGnjorm/mcp`
19+
1. Paste the following URL: `https://api.arcade.dev/v1/mcps/arcade-anon/mcp`
2020

2121
<Info>
2222
This URL is Arcade's public beta MCP server. We'd love to [hear your feedback](/home/contact-us)!
@@ -29,7 +29,7 @@ Visual Studio Code will update your `settings.json` file with the following:
2929
"mcp": {
3030
"servers": {
3131
"mcp-arcade-dev": {
32-
"url": "https://api.arcade.dev/v1/mcps/ms_0ujssxh0cECutqzMgbtXSGnjorm/mcp"
32+
"url": "https://api.arcade.dev/v1/mcps/arcade-anon/mcp"
3333
}
3434
}
3535
},

0 commit comments

Comments
 (0)