This commit is contained in:
mshe 2026-06-15 10:28:22 +08:00
parent bd618ad83e
commit 4531815eea
1 changed files with 2 additions and 1 deletions

3
app.py
View File

@ -11,7 +11,8 @@ logging.info("服务器启动")
mcp = FastMCP("spider-server") mcp = FastMCP("spider-server")
VNC_SERVER_HOST = "https://10.10.40.19:6080" VNC_SERVER_HOST = "https://10.10.40.19:6080"
SHELL_DIR = "/home/dgs/vnc-server" # SHELL_DIR = "/home/dgs/vnc-server"
SHELL_DIR = "./bin"
@mcp.tool() @mcp.tool()
async def mail_qq_spider(account: str,display: int) -> str: async def mail_qq_spider(account: str,display: int) -> str:
"""qq邮箱爬虫,第一个参数是用户名 """qq邮箱爬虫,第一个参数是用户名