fix: update mcp commands in getting_started.ipynb (#1800)

as titled
This commit is contained in:
Hardik Shah 2025-03-26 14:47:32 -07:00 committed by GitHub
parent e8d5959048
commit f8445b0d69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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