Skyvern/skyvern/cli/mcp_tools/_client.py
Marc Kelechava 4f1bf25768
Some checks are pending
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
SKY-7801/7802: MCP Foundation + Hybrid Browser Tools (selector + AI intent) (#4660)
2026-02-07 02:33:13 -08:00

11 lines
260 B
Python

"""Skyvern HTTP API client accessor.
Workflow tools import from here to get the API client without pulling in
browser/Playwright dependencies.
"""
from __future__ import annotations
from skyvern.cli.core.client import get_skyvern
__all__ = ["get_skyvern"]