Skip to content

Commit c9a913c

Browse files
authored
Fix path to GitHub demo (#21012)
Fixes: ``` ╰ ERROR Error: create-cloudflare templates must contain a "wrangler.toml" or "wrangler.json(c)" file. ```
1 parent e750577 commit c9a913c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/agents/guides/remote-mcp-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Run the following command to create a new MCP server:
117117
type="create"
118118
pkg="cloudflare@latest"
119119
args={
120-
"my-mcp-server-github-auth --template=cloudflare/ai/demos/remote-mcp-server-github"
120+
"my-mcp-server-github-auth --template=cloudflare/ai/demos/remote-mcp-github-oauth"
121121
}
122122
/>
123123

0 commit comments

Comments
 (0)