Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ class UltimateTopcoderMCPEngine:
|
|
| 38 |
|
| 39 |
def __init__(self):
|
| 40 |
print("🚀 Initializing ULTIMATE Topcoder Intelligence Engine...")
|
| 41 |
-
self.base_url = "https://api.topcoder-dev.com/v6/mcp
|
| 42 |
self.session_id = None
|
| 43 |
self.is_connected = False
|
| 44 |
self.mock_challenges = self._create_enhanced_fallback_challenges()
|
|
@@ -1502,7 +1502,7 @@ def create_ultimate_interface():
|
|
| 1502 |
#### **Real MCP Integration**
|
| 1503 |
```
|
| 1504 |
🔥 LIVE CONNECTION DETAILS:
|
| 1505 |
-
Server: https://api.topcoder-dev.com/v6/mcp
|
| 1506 |
Protocol: JSON-RPC 2.0 with Server-Sent Events
|
| 1507 |
Authentication: Session-based with real session IDs
|
| 1508 |
Data Access: Real-time challenge and skill databases
|
|
|
|
| 38 |
|
| 39 |
def __init__(self):
|
| 40 |
print("🚀 Initializing ULTIMATE Topcoder Intelligence Engine...")
|
| 41 |
+
self.base_url = "https://api.topcoder-dev.com/v6/mcp"
|
| 42 |
self.session_id = None
|
| 43 |
self.is_connected = False
|
| 44 |
self.mock_challenges = self._create_enhanced_fallback_challenges()
|
|
|
|
| 1502 |
#### **Real MCP Integration**
|
| 1503 |
```
|
| 1504 |
🔥 LIVE CONNECTION DETAILS:
|
| 1505 |
+
Server: https://api.topcoder-dev.com/v6/mcp
|
| 1506 |
Protocol: JSON-RPC 2.0 with Server-Sent Events
|
| 1507 |
Authentication: Session-based with real session IDs
|
| 1508 |
Data Access: Real-time challenge and skill databases
|