Skyvern/skyvern/cli/mcpb/claude_desktop/README.md
Shuchang Zheng 76b10eb007
Fix OSS frontend build: add useFeatureFlag stub (#5042)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 23:36:42 -07:00

16 lines
447 B
Markdown

# Skyvern Claude Desktop MCP Bundle
Source files for the downloadable `.mcpb` bundle that installs Skyvern Cloud into Claude Desktop without requiring the user to install Node.js.
Build locally with:
```bash
./scripts/package-mcpb.sh 1.0.23
```
To refresh the stable public download that syncs to the OSS repo:
```bash
./scripts/package-mcpb.sh 1.0.23 skyvern-claude-desktop.mcpb \
skyvern/cli/mcpb/releases/skyvern-claude-desktop.mcpb
```