Skip to content

Commit 278c3b6

Browse files
authored
Apply suggestions from code review
1 parent 5183cb4 commit 278c3b6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

apps/template-start-here/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
This is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that supports remote MCP connections, with Cloudflare OAuth built-in.
44

5-
You should use this as a template to build an MCP server for Cloudflare, provided by Cloudflare at `server-name.mcp.cloudflare.com`.
5+
You should use this as a template to build an MCP server for Cloudflare, provided by Cloudflare at `server-name.mcp.cloudflare.com`. It has a basic set of tools `apps/template-start-here/src/tools/logs.ts` — you can modify these to do what you need
66

77
## Getting Started
88

9-
### For Production
109

11-
- Set secrets via Wrangler (ask in the `Cloudflare's Own MCP Servers` channel to get credentials)
10+
- Set secrets via Wrangler (ask in the `Cloudflare's Own MCP Servers` internal channel to get credentials)
1211

1312
```bash
1413
wrangler secret put CLOUDFLARE_CLIENT_ID

apps/template-start-here/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "workers-observability",
2+
"name": "example-cloudflare-mcp-server",
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)