From 3814b206df86217eae653bdd5b928ef372aa19c9 Mon Sep 17 00:00:00 2001 From: dinasaur404 <49571477+dinasaur404@users.noreply.github.com> Date: Fri, 21 Mar 2025 07:52:58 -0700 Subject: [PATCH 1/3] Update remote-mcp-server.mdx Capitalizing "Remote" in side nav for consistency with other docs --- src/content/docs/agents/guides/remote-mcp-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/agents/guides/remote-mcp-server.mdx b/src/content/docs/agents/guides/remote-mcp-server.mdx index ec5a0473c1bdb7..cbd7397b77e8fd 100644 --- a/src/content/docs/agents/guides/remote-mcp-server.mdx +++ b/src/content/docs/agents/guides/remote-mcp-server.mdx @@ -1,6 +1,6 @@ --- pcx_content_type: concept -title: Build a remote MCP server +title: Build a Remote MCP server sidebar: order: 4 --- From 19fd7f62374a0a0938a05be268d75096408915bf Mon Sep 17 00:00:00 2001 From: Kylie Czajkowski Date: Wed, 26 Mar 2025 14:08:44 -0700 Subject: [PATCH 2/3] newline oauth provider note --- src/content/docs/agents/guides/remote-mcp-server.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/docs/agents/guides/remote-mcp-server.mdx b/src/content/docs/agents/guides/remote-mcp-server.mdx index cbd7397b77e8fd..99951c355c1687 100644 --- a/src/content/docs/agents/guides/remote-mcp-server.mdx +++ b/src/content/docs/agents/guides/remote-mcp-server.mdx @@ -51,7 +51,9 @@ In the inspector, enter the URL of your MCP server, `http://localhost:8787/sse`, ![MCP inspector — where to enter the URL of your MCP server](~/assets/images/agents/mcp-inspector-enter-url.png) -You will be redirected to an example OAuth login page. Enter any username and password and click "Log in and approve" to continue. (you can add your own authentication and/or authorization provider to replace this. Refer to the [authorization](/agents/model-context-protocol/authorization/) section for details on how to do this.) +You will be redirected to an example OAuth login page. Enter any username and password and click "Log in and approve" to continue. + +Note: You can add your own authentication and/or authorization provider to replace this. Refer to the [authorization](/agents/model-context-protocol/authorization/) section for details on how to do this. ![MCP OAuth Login Page](~/assets/images/agents/mcp-demo-oauth-flow.png) From d985ccbb5925b449106c8ac4f21a01078daa80d2 Mon Sep 17 00:00:00 2001 From: Kylie Czajkowski Date: Wed, 26 Mar 2025 14:21:58 -0700 Subject: [PATCH 3/3] capitalize Remote MCP in headers --- src/content/docs/agents/guides/remote-mcp-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/agents/guides/remote-mcp-server.mdx b/src/content/docs/agents/guides/remote-mcp-server.mdx index 99951c355c1687..b0d89bd3de17cd 100644 --- a/src/content/docs/agents/guides/remote-mcp-server.mdx +++ b/src/content/docs/agents/guides/remote-mcp-server.mdx @@ -73,7 +73,7 @@ If you have already [connected a git repository](/workers/ci-cd/builds/) to the After deploying, take the URL of your deployed MCP server, and enter it in the MCP inspector running on `http://localhost:5173`. You now have a remote MCP server, deployed to Cloudflare, that MCP clients can connect to. -### Connect your remote MCP server to Claude and other MCP Clients via a local proxy +### Connect your Remote MCP server to Claude and other MCP Clients via a local proxy Now that your MCP server is running with OAuth authentication, you can use the [`mcp-remote` local proxy](https://www.npmjs.com/package/mcp-remote) to connect Claude Desktop or other MCP clients to it — even though these tools aren't yet _remote_ MCP clients, and don't support remote transport or authorization on the client side. This lets you to test what an interaction with your OAuth-enabled MCP server will be like with a real MCP client.