SKY-7801/7802: MCP Foundation + Hybrid Browser Tools (selector + AI intent) (#4660)
This commit is contained in:
11
skyvern/cli/mcp_tools/_client.py
Normal file
11
skyvern/cli/mcp_tools/_client.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""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"]
|
||||
Reference in New Issue
Block a user