Meet Patel commited on
Commit
d6a63a3
·
1 Parent(s): 3579b60

Addind the live link for MCP SSE server.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ from mcp.client.session import ClientSession
24
  from mcp.types import TextContent, CallToolResult
25
 
26
  # Server configuration
27
- SERVER_URL = "http://localhost:8000/sse" # Ensure this is the SSE endpoint
28
 
29
  # Utility functions
30
 
 
24
  from mcp.types import TextContent, CallToolResult
25
 
26
  # Server configuration
27
+ SERVER_URL = "https://tutorx-mcp.onrender.com/sse" # Ensure this is the SSE endpoint
28
 
29
  # Utility functions
30