diff --git a/docs/getting_started.ipynb b/docs/getting_started.ipynb index d86fa6dfd..a8a4b9401 100644 --- a/docs/getting_started.ipynb +++ b/docs/getting_started.ipynb @@ -1792,10 +1792,10 @@ "source": [ "# NBVAL_SKIP\n", "%xterm\n", - "# touch /tmp/content/foo\n", - "# echo hello > /tmp/content/foo\n", - "# touch /tmp/content/bar\n", - "# npx -y supergateway --port 8000 --stdio 'npx -y @modelcontextprotocol/server-filesystem /tmp/content'" + "# touch /content/foo\n", + "# echo hello > /content/foo\n", + "# touch /content/bar\n", + "# npx -y supergateway --port 8000 --stdio 'npx -y @modelcontextprotocol/server-filesystem /content'" ] }, { @@ -2225,7 +2225,7 @@ ")\n", "user_prompts = [\n", " \"Hello\",\n", - " \"Whats written in /tmp/content/foo ?\",\n", + " \"Whats written in /content/foo ?\",\n", "]\n", "\n", "session_id = agent.create_session(\"test-session\")\n",