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 d089886 commit f0001ffCopy full SHA for f0001ff
examples/mcp/sse_example/main.py
@@ -67,7 +67,7 @@ async def main():
67
print("Starting SSE server at http://localhost:8000/sse ...")
68
69
# Run `uv run server.py` to start the SSE server
70
- process = subprocess.Popen(["uv", "run", server_file])
+ process = subprocess.Popen(["uv", "run", "--python", "3.10", server_file])
71
# Give it 3 seconds to start
72
time.sleep(3)
73
0 commit comments