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": [
"# 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",