From 0316e8203af989dedc21cd4794fbe51fb29d5d51 Mon Sep 17 00:00:00 2001 From: Ganeshdip Dumbare Date: Mon, 4 May 2026 13:42:47 +0200 Subject: [PATCH 1/2] update readme to make cli installation optional --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 17fe30d..5125c8f 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,14 @@ Upsun plugin for AI coding agents and IDEs. Manage [Upsun](https://upsun.com) pr ### Prerequisites -1. **Upsun CLI** v5.6.0 or higher installed and authenticated - +1. **AI coding agent or IDE** – e.g. [Claude Code](https://claude.ai/code), Cursor, or other MCP-compatible tools + +2. **Upsun CLI** v5.6.0 or higher *(optional but recommended)* + + The skill works without the CLI — operations fall back to the MCP server automatically. Install the CLI for full functionality (deploys, SSH, tunnels, local development): + ```bash - # Install Upsun CLI (if not already installed) + # Install Upsun CLI curl -fsSL https://raw.githubusercontent.com/upsun/cli/main/installer.sh | bash # Or via brew @@ -28,8 +32,6 @@ Upsun plugin for AI coding agents and IDEs. Manage [Upsun](https://upsun.com) pr upsun login ``` -2. **AI coding agent or IDE** – e.g. [Claude Code](https://claude.ai/code), Cursor, or other MCP-compatible tools - ### Claude Code ```bash @@ -188,9 +190,9 @@ This structure means the plugin is self-contained and reusable — any agent tha ### Requirements -- Upsun CLI v5.6.0 or higher - AI coding agent or IDE (Claude Code, Cursor, etc.) - Authenticated Upsun account +- Upsun CLI v5.6.0 or higher *(optional — the skill falls back to the MCP server when CLI is not available)* ### License @@ -206,5 +208,5 @@ This project is licensed under the MIT - see the [LICENSE](LICENSE) file for det ### Acknowledgments - Upsun plugin for AI coding agents and the [Upsun](https://upsun.com) Platform-as-a-Service -- Uses Upsun CLI v5.6.0+ command structure +- Upsun CLI v5.6.0+ command structure used where available From dd6d820de6e033c3a1c4e9b491a4ebcb0be3c1dd Mon Sep 17 00:00:00 2001 From: Ganeshdip Dumbare Date: Mon, 4 May 2026 13:51:00 +0200 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5125c8f..64da1e2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Upsun plugin for AI coding agents and IDEs. Manage [Upsun](https://upsun.com) pr 2. **Upsun CLI** v5.6.0 or higher *(optional but recommended)* - The skill works without the CLI — operations fall back to the MCP server automatically. Install the CLI for full functionality (deploys, SSH, tunnels, local development): + The skill can be used without the CLI, but automatic fallback to the MCP server only works when the MCP configuration in `plugins/upsun/.mcp.json` is installed. For `skills.sh` or other skill-only installs, install the CLI for operational commands unless you separately configure MCP. Install the CLI for full functionality (deploys, SSH, tunnels, local development): ```bash # Install Upsun CLI