We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71366b7 commit 7f8f68cCopy full SHA for 7f8f68c
1 file changed
mcp/shopping_tool/test_startup.exp
@@ -6,7 +6,8 @@ set timeout 120
6
7
# This is similar the Dockerfile CMD
8
# (The Dockerfile does not use uv, because it installs dependencies to system env.)
9
-spawn env HOST=localhost PORT=8001 SERPAPI_API_KEY=dummy uv run --locked shopping_agent.py
+# (We don't expect a lock because the Dockerfile doesn't, it installs globally)
10
+spawn env HOST=localhost PORT=8001 SERPAPI_API_KEY=dummy uv run shopping_agent.py
11
12
expect {
13
"Uvicorn running on" { puts "Success"; exit 0 }
0 commit comments