Skip to content

Commit e32aa2a

Browse files
authored
fix: correct descriptions, URLs, and broken links across READMEs (#310)
- Fix copy-paste description bugs in ai-gateway, browser-rendering, and workers-observability READMEs that incorrectly said "Internet traffic insights, trends" (the Radar description). Fixes #304. - Fix wrong URL in sandbox-container README (bindings -> containers). - Fix streamble-http typo in root README. - Fix broken CONTRIBUTING.md links in docs-vectorize and docs-ai-search to point to the repo root. Fixes #305.
1 parent 753ee39 commit e32aa2a

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Model Context Protocol (MCP) is a [new, standardized protocol](https://modelcont
44

55
These MCP servers allow your [MCP Client](https://modelcontextprotocol.io/clients) to read configurations from your account, process information, make suggestions based on data, and even make those suggested changes for you. All of these actions can happen across Cloudflare's many services including application development, security and performance.
66

7-
They support both the `streamble-http` transport via `/mcp` and the `sse` transport (deprecated) via `/sse`.
7+
They support both the `streamable-http` transport via `/mcp` and the `sse` transport (deprecated) via `/sse`.
88

99
The following servers are included in this repository:
1010

apps/ai-gateway/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that supports remote MCP
44
connections, with Cloudflare OAuth built-in.
55

6-
It integrates tools powered by the [Cloudflare AI Gateway API](https://developers.cloudflare.com/ai-gateway/) to provide global
7-
Internet traffic insights, trends and other utilities.
6+
It integrates tools powered by the [Cloudflare AI Gateway API](https://developers.cloudflare.com/ai-gateway/) to search
7+
your AI Gateway logs, inspect prompts and responses, and get details about gateway usage.
88

99
## 🔨 Available Tools
1010

apps/browser-rendering/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that supports remote MCP
44
connections, with Cloudflare OAuth built-in.
55

6-
It integrates tools powered by the [Cloudflare Browser Rendering API](https://developers.cloudflare.com/browser-rendering/) to provide global
7-
Internet traffic insights, trends and other utilities.
6+
It integrates tools powered by the [Cloudflare Browser Rendering API](https://developers.cloudflare.com/browser-rendering/) to fetch
7+
web pages, convert them to markdown, and take screenshots.
88

99
## 🔨 Available Tools
1010

apps/docs-ai-search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Replace the content with the following configuration:
3939

4040
Once you've set up your configuration file, restart MCP client and a browser window will open showing your OAuth login page. Proceed through the authentication flow to grant the client access to your MCP server. After you grant access, the tools will become available for you to use.
4141

42-
Interested in contributing, and running this server locally? See [CONTRIBUTING.md](CONTRIBUTING.md) to get started.
42+
Interested in contributing, and running this server locally? See the [CONTRIBUTING.md](../../CONTRIBUTING.md) in the repo root to get started.

apps/docs-vectorize/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Replace the content with the following configuration:
3939

4040
Once you've set up your configuration file, restart MCP client and a browser window will open showing your OAuth login page. Proceed through the authentication flow to grant the client access to your MCP server. After you grant access, the tools will become available for you to use.
4141

42-
Interested in contributing, and running this server locally? See [CONTRIBUTING.md](CONTRIBUTING.md) to get started.
42+
Interested in contributing, and running this server locally? See the [CONTRIBUTING.md](../../CONTRIBUTING.md) in the repo root to get started.

apps/sandbox-container/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This MCP server is still a work in progress, and we plan to add more tools in th
2626

2727
## Access the remote MCP server from any MCP Client
2828

29-
If your MCP client has first class support for remote MCP servers, the client will provide a way to accept the server URL (`https://bindings.mcp.cloudflare.com`) directly within its interface (for example in [Cloudflare AI Playground](https://playground.ai.cloudflare.com/)).
29+
If your MCP client has first class support for remote MCP servers, the client will provide a way to accept the server URL (`https://containers.mcp.cloudflare.com`) directly within its interface (for example in [Cloudflare AI Playground](https://playground.ai.cloudflare.com/)).
3030

3131
If your client does not yet support remote MCP servers, you will need to set up its respective configuration file using [mcp-remote](https://www.npmjs.com/package/mcp-remote) to specify which servers your client can access.
3232

apps/workers-observability/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that supports remote MCP
44
connections, with Cloudflare OAuth built-in.
55

6-
It integrates tools powered by [Workers Observability](https://developers.cloudflare.com/workers/observability/) to provide global
7-
Internet traffic insights, trends and other utilities.
6+
It integrates tools powered by [Workers Observability](https://developers.cloudflare.com/workers/observability/) to debug
7+
and get insight into your Workers' logs and analytics.
88

99
## 🔨 Available Tools
1010

0 commit comments

Comments
 (0)