Skip to content

Commit 84451f7

Browse files
committed
fix pnpm
1 parent 3db8c64 commit 84451f7

File tree

3 files changed

+4366
-3311
lines changed

3 files changed

+4366
-3311
lines changed

apps/cloudflare-one-casb/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ You should use this as a template to build an MCP server for Cloudflare, provide
66

77
## Getting Started
88

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

1211
```bash
1312
wrangler secret put CLOUDFLARE_CLIENT_ID
@@ -28,9 +27,5 @@ Deploy the MCP server to make it available on your workers.dev domain
2827
Test the remote server using [Inspector](https://modelcontextprotocol.io/docs/tools/inspector):
2928

3029
```
31-
npx @modelcontextprotocol/inspector@latest
30+
npx wrangler deploy
3231
```
33-
34-
## Deploying to production
35-
36-
- You will need to liberate the zone (LTZ) for your `<server-name>.mcp.cloudflare.com`

apps/cloudflare-one-casb/package.json

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

0 commit comments

Comments
 (0)