Skip to content

Commit 7227fd6

Browse files
committed
Fix typo in README.md files
1 parent 3050bee commit 7227fd6

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

apps/ai-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This MCP server is still a work in progress, and we plan to add more tools in th
2828
- `Show logs for gateway 'gateway-001' between January 1, 2023, and January 31, 2023.`
2929
- `Fetch the latest errors from gateway-001 and debug what might have happened wrongly`
3030

31-
## Access the remote MCP server from from any MCP Client
31+
## Access the remote MCP server from any MCP Client
3232

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

apps/auditlogs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Currently available tools:
1818
- `Were there any suspicious changes made to my Cloudflare account yesterday around lunch time?`
1919
- `When was the last activity that updated a DNS record?`
2020

21-
## Access the remote MCP server from from any MCP Client
21+
## Access the remote MCP server from any MCP Client
2222

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

apps/autorag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This MCP server is still a work in progress, and we plan to add more tools in th
2424
- `Search for documents in AutoRAG with ID 'rag123' using the query 'cloudflare security'.`
2525
- `Perform an AI search in AutoRAG with ID 'rag456' for 'best practices for vector stores'.`
2626

27-
## Access the remote MCP server from from any MCP Client
27+
## Access the remote MCP server from any MCP Client
2828

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

apps/browser-rendering/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
- `Convert https://example.com to Markdown.`
2727
- `Take a screenshot of https://example.com.`
2828

29-
## Access the remote MCP server from from any MCP Client
29+
## Access the remote MCP server from any MCP Client
3030

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

apps/dns-analytics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This MCP server is still a work in progress, and we plan to add more tools in th
2828
- `Read Cloudflare's documentation on managing DNS records and tell me how to optimize my DNS settings.`
2929
- `Show me DNS Report for https://example.com in the last X days.`
3030

31-
## Access the remote MCP server from from any MCP Client
31+
## Access the remote MCP server from any MCP Client
3232

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

apps/logpush/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This MCP server is still a work in progress, and we plan to add more tools in th
2121
- `Do any of my Logpush jobs in my <insert name> account have errors?`
2222
- `Can you list all the enabled job failures from today?`
2323

24-
## Access the remote MCP server from from any MCP Client
24+
## Access the remote MCP server from any MCP Client
2525

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

apps/radar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This MCP server is still a work in progress, and we plan to add more tools in th
3737
- `Show me HTTP traffic trends from Portugal.`
3838
- `Show me application layer attack trends from the last 7 days.`
3939

40-
## Access the remote MCP server from from any MCP Client
40+
## Access the remote MCP server from any MCP Client
4141

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

apps/radar/src/tools/radar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export function registerRadarTools(agent: RadarMCP) {
139139

140140
agent.server.tool(
141141
'get_traffic_anomalies',
142-
'Get traffic anomalies',
142+
'Get traffic anomalies and outages',
143143
{
144144
limit: PaginationLimitParam,
145145
offset: PaginationOffsetParam,

apps/sandbox-container/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This MCP server is still a work in progress, and we plan to add more tools in th
2424
- `Clone and explore this github repo: [repo link]. Setup and run the tests in your development environment`
2525
- `Analyze this data using Python`
2626

27-
## Access the remote MCP server from from any MCP Client
27+
## Access the remote MCP server from any MCP Client
2828

2929
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/)).
3030

apps/workers-bindings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This MCP server is still a work in progress, and we plan to add more tools in th
6262
- `Update the cache settings for Hyperdrive config 'YOUR_HYPERDRIVE_ID'.` (Replace YOUR_HYPERDRIVE_ID)
6363
- `Delete the Hyperdrive config 'OLD_HYPERDRIVE_ID'.` (Replace OLD_HYPERDRIVE_ID)
6464

65-
## Access the remote MCP server from from any MCP Client
65+
## Access the remote MCP server from any MCP Client
6666

6767
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/)).
6868

0 commit comments

Comments
 (0)