Skip to content

Commit 106fe7c

Browse files
authored
Update remote-mcp-server.mdx
1 parent 0451499 commit 106fe7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Once deployed, this server will be live at your workers.dev subdomain (e.g. remo
2424

2525
If you're using the "Deploy to Cloudflare" button, a new git repository will be set up on your GitHub or GitLab account for your MCP server, configured to automatically deploy to 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.
2626

27-
## Set up and deploy your MCP server via CLI
27+
### Set up and deploy your MCP server via CLI
2828

2929
Alternatively, you can use the command line as shown below to create a new MCP Server on your local machine.
3030

@@ -40,7 +40,7 @@ Now, you have the MCP server setup, with dependencies installed. Move into that
4040
cd my-mcp-server
4141
```
4242

43-
### Local development
43+
#### Local development
4444

4545
In the directory of your new project, run the following command to start the development server:
4646

@@ -66,7 +66,7 @@ In the inspector, enter the URL of your MCP server, `http://localhost:8787/sse`,
6666

6767
![MCP inspector — authenticated](~/assets/images/agents/mcp-inspector-authenticated.png)
6868

69-
### Deploy your MCP server
69+
#### Deploy your MCP server
7070

7171
You can deploy your MCP server to Cloudflare using the following [Wrangler CLI command](/workers/wrangler) within the example project:
7272

0 commit comments

Comments
 (0)