Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0001ff

Browse files
committed
sync
1 parent d089886 commit f0001ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mcp/sse_example/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def main():
6767
print("Starting SSE server at http://localhost:8000/sse ...")
6868

6969
# Run `uv run server.py` to start the SSE server
70-
process = subprocess.Popen(["uv", "run", server_file])
70+
process = subprocess.Popen(["uv", "run", "--python", "3.10", server_file])
7171
# Give it 3 seconds to start
7272
time.sleep(3)
7373

0 commit comments

Comments
 (0)