bak
This commit is contained in:
parent
bd618ad83e
commit
4531815eea
3
app.py
3
app.py
|
|
@ -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邮箱爬虫,第一个参数是用户名
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue