You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set the environment variable MCP_TRANSPORT=sse, and then successfully started the mcp server by running python main.py.
log:
(python3.12.2) leeray@LR-MacBook-Pro ~/Workspaces/Ailink/mcp_redis/src ↰ main ± python main.py
Starting the RedisMCPServer
INFO: Started server process [77993]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
However, when I accessed port 8000 through the browser, I got nothing.
The text was updated successfully, but these errors were encountered:
I set the environment variable MCP_TRANSPORT=sse, and then successfully started the mcp server by running
python main.py
.log:
(python3.12.2) leeray@LR-MacBook-Pro ~/Workspaces/Ailink/mcp_redis/src ↰ main ± python main.py
Starting the RedisMCPServer
INFO: Started server process [77993]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
However, when I accessed port 8000 through the browser, I got nothing.
The text was updated successfully, but these errors were encountered: