skyvern run server, skyvern run mcp (#2072)

This commit is contained in:
Shuchang Zheng
2025-04-02 13:09:28 -04:00
committed by GitHub
parent d168da4653
commit c7e62f45d3
3 changed files with 85 additions and 33 deletions

4
skyvern/__main__.py Normal file
View File

@@ -0,0 +1,4 @@
from skyvern.cli.commands import app
if __name__ == "__main__":
app()