Add local helper script for cookie uploading
All checks were successful
Build and Push Docker Image / build (push) Successful in 34s

This commit is contained in:
2026-04-24 02:01:38 +00:00
parent 5f038b753f
commit e14e060576
3 changed files with 60 additions and 0 deletions

2
uv.lock generated
View File

@@ -1715,6 +1715,7 @@ dependencies = [
{ name = "fastapi" },
{ name = "fastmcp" },
{ name = "greenlet" },
{ name = "httpx" },
{ name = "mcp" },
{ name = "pdfplumber" },
{ name = "playwright" },
@@ -1730,6 +1731,7 @@ requires-dist = [
{ name = "fastapi", specifier = ">=0.136.1" },
{ name = "fastmcp", specifier = ">=0.4.1" },
{ name = "greenlet", specifier = ">=3.2.3" },
{ name = "httpx", specifier = ">=0.27.0" },
{ name = "mcp", specifier = ">=1.2.0" },
{ name = "pdfplumber", specifier = ">=0.11.4" },
{ name = "playwright", specifier = "==1.54.0" },