[PR #518] [CLOSED] Add ShipSite Deploy Agent to MCP AI Agents #1409

Closed
opened 2026-04-17 05:25:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/518
Author: @coolsoftwaretyler
Created: 2/21/2026
Status: Closed

Base: mainHead: add-shipsite-mcp-agent


📝 Commits (1)

  • 144e130 Add ShipSite Deploy Agent to MCP AI Agents

📊 Changes

4 files changed (+243 additions, -1 deletions)

View changed files

📝 README.md (+2 -1)
mcp_ai_agents/shipsite_deploy_agent/README.md (+89 -0)
mcp_ai_agents/shipsite_deploy_agent/requirements.txt (+4 -0)
mcp_ai_agents/shipsite_deploy_agent/shipsite_agent.py (+148 -0)

📄 Description

Adds a Streamlit-based MCP agent that lets users describe a website in natural language and have it built and deployed live via ShipSite (shipsite.sh) — a static site hosting API designed for LLM agents.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/518 **Author:** [@coolsoftwaretyler](https://github.com/coolsoftwaretyler) **Created:** 2/21/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-shipsite-mcp-agent` --- ### 📝 Commits (1) - [`144e130`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/144e13070599511e9f3144c1086b4f5a7203d328) Add ShipSite Deploy Agent to MCP AI Agents ### 📊 Changes **4 files changed** (+243 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -1) ➕ `mcp_ai_agents/shipsite_deploy_agent/README.md` (+89 -0) ➕ `mcp_ai_agents/shipsite_deploy_agent/requirements.txt` (+4 -0) ➕ `mcp_ai_agents/shipsite_deploy_agent/shipsite_agent.py` (+148 -0) </details> ### 📄 Description Adds a Streamlit-based MCP agent that lets users describe a website in natural language and have it built and deployed live via ShipSite (shipsite.sh) — a static site hosting API designed for LLM agents. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 05:25:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#1409