Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Upsun plugin for AI coding agents and IDEs. Manage [Upsun](https://upsun.com) pr
| Component | Location | Description |
|-----------|----------|-------------|
| **Skills** | `plugins/upsun/skills/` | `upsun` – workflow guide for deployments, environments, backups, databases, and more, with a config reference |
| **MCP Server** | `plugins/upsun/.mcp.json` | Natural-language infrastructure management via [Upsun MCP](https://docs.upsun.com/get-started/ai/using-the-mcp.html) |
| **MCP Server** | `plugins/upsun/.mcp.json` | Natural-language infrastructure management via [Upsun MCP](https://developer.upsun.com/docs/get-started/ai/using-the-mcp) |

## Installation

Expand Down Expand Up @@ -98,7 +98,7 @@ For global permissions, edit `~/.claude/settings.json` with the same structure.

### MCP Server (Optional)

The plugin includes the [Upsun MCP Server](https://docs.upsun.com/get-started/ai/using-the-mcp.html) for natural-language infrastructure management.
The plugin includes the [Upsun MCP Server](https://developer.upsun.com/docs/get-started/ai/using-the-mcp) for natural-language infrastructure management.

It authenticates via OAuth2 by default. In Claude Code, you can sign in via the `/plugin` menu.

Expand Down Expand Up @@ -200,8 +200,8 @@ This project is licensed under the MIT - see the [LICENSE](LICENSE) file for det

### Support

- **Upsun Documentation**: https://docs.upsun.com
- **Upsun CLI Reference**: https://docs.upsun.com/administration/cli/reference.html
- **Upsun Documentation**: https://developer.upsun.com/docs
- **Upsun CLI Reference**: https://developer.upsun.com/cli/reference
- **Claude Code** (plugin docs): https://code.claude.com/docs
- **Issues**: Please report issues on the GitHub repository

Expand Down
Loading