feat(server): 服务器模式支持通过 MCP 调用

This commit is contained in:
Quan
2025-07-17 16:00:01 +08:00
parent 87044f150b
commit 1e163acc06
7 changed files with 537 additions and 29 deletions

View File

@@ -4,7 +4,7 @@ from pydantic import BaseModel
class ExtractParams(BaseModel):
url: str
download: bool = False
index: list = None
index: list[str | int] | None = None
cookie: str = None
proxy: str = None
skip: bool = False