-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I found my log is as follow:
mcp-server-1 | INFO: Started server process [1]
mcp-server-1 | INFO: Waiting for application startup.
mcp-server-1 | INFO: Application startup complete.
mcp-server-1 | INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
mcp-server-1 | INFO: 192.168.127.1:43508 - "GET /sse HTTP/1.1" 200 OK
mcp-server-1 | INFO: 127.0.0.1:38922 - "GET /sse HTTP/1.1" 200 OK
mcp-server-1 | INFO: 192.168.127.1:38582 - "GET /sse HTTP/1.1" 200 OK
mcp-server-1 | INFO: 192.168.127.1:37160 - "GET /sse HTTP/1.1" 200 OK
mcp-server-1 | INFO: 192.168.127.1:37993 - "POST /messages/?session_id=dba2cd61e78e4188be7c89c173da676b HTTP/1.1" 202 Accepted
mcp-server-1 | INFO: 192.168.127.1:28207 - "POST /messages/?session_id=a4acf04baa204b0f925e646e0f88318e HTTP/1.1" 202 Accepted
but when I ask How are you feeling today?
answer is : I don't have feelings, but I'm here and ready to assist you with any questions or tasks you have. How can I help you today?
I have add mcp server to cursor
how to fix this ? Thanks