Spaces:
Sleeping
Sleeping
Meet Patel commited on
Commit ·
d6a63a3
1
Parent(s): 3579b60
Addind the live link for MCP SSE server.
Browse files
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 = "
|
| 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 |
|