File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 116116 " ### Step 3 — Write the MCP Server to disk and start it\n " ,
117117 " \n " ,
118118 " An MCP server is a **standalone Python script** that exposes tools over HTTP.\n " ,
119- " We write it to disk so it can run as a separate process alongside this notebook.\n " ,
120- " \n " ,
121- " > **Why a public URL?** Anthropic's API calls your MCP server from the cloud, so it needs\n " ,
122- " > an `https://` address it can reach. We use **cloudflared** to create a free public tunnel\n " ,
123- " > to the server running inside Colab — no account or configuration required.\n "
119+ " We write it to disk so it can run as a separate process alongside this notebook.\n "
124120 ]
125121 },
126122 {
277273 "source" : [
278274 " ### Step 3b — Start a tunnel and paste the URL\n " ,
279275 " \n " ,
280- " The Anthropic API calls your MCP server from the cloud, so it needs a public HTTPS URL.\n " ,
276+ " Connect the MCP server to a public HTTPS URL.\n " ,
277+ " \n " ,
278+ " > **Why a public URL?** Anthropic's API calls your MCP server from the cloud, so it needs\n " ,
279+ " > an `https://` address it can reach. We use **cloudflared** to create a free public tunnel\n " ,
280+ " > to the server running inside Colab — no account or configuration required.\n " ,
281+ " \n " ,
282+ " \n " ,
281283 " We use [cloudflared](https://developers.cloudflare.com/cloudflared/) to create a free tunnel — no account needed.\n " ,
282284 " \n " ,
283285 " **1. Install cloudflared** (if you haven't already)\n " ,
You can’t perform that action at this time.
0 commit comments