Skip to content

Commit d9de641

Browse files
committed
mv note
1 parent c3f01a1 commit d9de641

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

chapter_3/agent_mcp_example.ipynb

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,7 @@
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
{
@@ -277,7 +273,13 @@
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",

0 commit comments

Comments
 (0)