tianruci commited on
Commit
f1f84ee
·
verified ·
1 Parent(s): 07cb7a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -64,8 +64,7 @@ async def fetch_github_trending():
64
 
65
  # 初始化 MCP 服务器
66
  mcp_server = FastMCP(
67
- name="GithubTrending",
68
- stateless_http=True
69
  )
70
 
71
  @mcp_server.tool()
 
64
 
65
  # 初始化 MCP 服务器
66
  mcp_server = FastMCP(
67
+ name="GithubTrending"
 
68
  )
69
 
70
  @mcp_server.tool()