Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f0001ff

Browse filesBrowse files
committed
sync
1 parent d089886 commit f0001ff
Copy full SHA for f0001ff

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎examples/mcp/sse_example/main.py

Copy file name to clipboardExpand all lines: examples/mcp/sse_example/main.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.