Skip to content

Commit 555f768

Browse files
Oxyjunmaxvp
authored andcommitted
Local port changed from 8787 to 8788 (#24346)
1 parent e6f6823 commit 555f768

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The button below will guide you through everything you need to do to deploy this
2222

2323
[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-authless)
2424

25-
Once deployed, this server will be live at your workers.dev subdomain (e.g. remote-mcp-server-authless.your-account.workers.dev/sse). You can connect to it immediately using the [AI Playground](https://playground.ai.cloudflare.com/) (a remote MCP client), [MCP inspector](https://github.com/modelcontextprotocol/inspector) or [other MCP clients](/agents/guides/remote-mcp-server/#connect-your-remote-mcp-server-to-claude-and-other-mcp-clients-via-a-local-proxy). Then, once you're ready, you can customize the MCP server and add your own [tools](/agents/model-context-protocol/tools/).
25+
Once deployed, this server will be live at your workers.dev subdomain (e.g. remote-mcp-server-authless.your-account.workers.dev/sse). You can connect to it immediately using the [AI Playground](https://playground.ai.cloudflare.com/) (a remote MCP client), [MCP inspector](https://github.com/modelcontextprotocol/inspector) or [other MCP clients](/agents/guides/remote-mcp-server/#connect-your-remote-mcp-server-to-claude-and-other-mcp-clients-via-a-local-proxy). Then, once you're ready, you can customize the MCP server and add your own [tools](/agents/model-context-protocol/tools/).
2626

2727
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.
2828

@@ -50,7 +50,7 @@ In the directory of your new project, run the following command to start the dev
5050
npm start
5151
```
5252

53-
Your MCP server is now running on `http://localhost:8787/sse`.
53+
Your MCP server is now running on `http://localhost:8788/sse`.
5454

5555
In a new terminal, run the [MCP inspector](https://github.com/modelcontextprotocol/inspector). The MCP inspector is an interactive MCP client that allows you to connect to your MCP server and invoke tools from a web browser.
5656

@@ -64,7 +64,7 @@ Open the MCP inspector in your web browser:
6464
open http://localhost:5173
6565
```
6666

67-
In the inspector, enter the URL of your MCP server, `http://localhost:8787/sse`, and click **Connect**. You should see the "List Tools" button, which will list the tools that your MCP server exposes.
67+
In the inspector, enter the URL of your MCP server, `http://localhost:8788/sse`, and click **Connect**. You should see the "List Tools" button, which will list the tools that your MCP server exposes.
6868

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

@@ -184,7 +184,7 @@ Run the following command to start the development server:
184184
npm start
185185
```
186186

187-
Your MCP server is now running on `http://localhost:8787/sse`.
187+
Your MCP server is now running on `http://localhost:8788/sse`.
188188

189189
In a new terminal, run the [MCP inspector](https://github.com/modelcontextprotocol/inspector). The MCP inspector is an interactive MCP client that allows you to connect to your MCP server and invoke tools from a web browser.
190190

@@ -198,7 +198,7 @@ Open the MCP inspector in your web browser:
198198
open http://localhost:5173
199199
```
200200

201-
In the inspector, enter the URL of your MCP server, `http://localhost:8787/sse`, and click **Connect**:
201+
In the inspector, enter the URL of your MCP server, `http://localhost:8788/sse`, and click **Connect**:
202202

203203
You should be redirected to a GitHub login or authorization page. After authorizing the MCP Client (the inspector) access to your GitHub account, you will be redirected back to the inspector. You should see the "List Tools" button, which will list the tools that your MCP server exposes.
204204

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Even though [Claude Desktop](https://claude.ai/download) doesn't yet support rem
4949
}
5050
```
5151

52-
This tells Claude to communicate with your MCP server running at `http://localhost:8787/sse`.
52+
This tells Claude to communicate with your MCP server running at `http://localhost:8788/sse`.
5353

5454
3. Save the file and restart Claude Desktop (command/ctrl + R). When Claude restarts, a browser window will open showing your OAuth login page. Complete the authorization flow to grant Claude access to your MCP server.
5555

0 commit comments

Comments
 (0)