tianruci commited on
Commit
fba37c2
·
verified ·
1 Parent(s): 17694dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def get_trending_repos(num: int = 10) -> dict:
69
  fetch_github_trending()
70
  return {"trending": cached_trending[:num]}
71
 
72
- mcp_app = mcp_server.http_app(path='/mcp')
73
  app.mount("/mcp", mcp_app)
74
 
75
  async def trending_generator():
 
69
  fetch_github_trending()
70
  return {"trending": cached_trending[:num]}
71
 
72
+ mcp_app = mcp_server.http_app()
73
  app.mount("/mcp", mcp_app)
74
 
75
  async def trending_generator():