From f8445b0d695677bb71f7429379caf18cfe6003e2 Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Wed, 26 Mar 2025 14:47:32 -0700 Subject: [PATCH] fix: update mcp commands in getting_started.ipynb (#1800) as titled --- docs/getting_started.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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",