pranavkv commited on
Commit
a1e1248
·
verified ·
1 Parent(s): 01a8f83

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"
42
  self.session_id = None
43
  self.is_connected = False
44
  self.mock_challenges = self._create_enhanced_fallback_challenges()
 
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()