Skip to content

Commit a34fd50

Browse files
irvinebroqueRebeccaTamachiro
authored andcommitted
Remove Deploy to Workers button from remote MCP docs (#21011)
1 parent 00d3eb3 commit a34fd50

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/content/docs/agents/guides/remote-mcp-server.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ import { Details, Render, PackageManagers } from "~/components";
1111

1212
This guide will walk you through how to deploy an [example MCP server](https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-server) to your Cloudflare account. You will then customize this example to suit your needs.
1313

14-
The link below will guide you through everything you need to do to deploy this [example MCP server](https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-server) to your Cloudflare account:
15-
16-
[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://dash.cloudflare.com/?to=/:account/workers-and-pages/create/deploy-to-workers&repository=https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-server)
17-
18-
At the end of this process, you will have a new git repository on your GitHub or GitLab account for your MCP server, configured to automatically deploy Cloudflare each time you push a change or merge a pull request to the main branch of the repository. You can then clone this repository, [develop locally](/agents/guides/remote-mcp-server/#local-development), and start writing code and building.
19-
20-
Alternatively, you can use the command line as shown below to create a new MCP Server on your local machine.
14+
To get started, run the following command to create a new MCP server:
2115

2216
<PackageManagers
2317
type="create"

0 commit comments

Comments
 (0)