diff --git a/README.md b/README.md index 45388f63f..2abdc9cc7 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ if __name__ == "__main__":

Beta: Deploy agents yourself, or use mcp-c for a managed agent runtime. All apps are deployed as MCP servers.

Demo ↗ | - Cloud Quickstart ↗ | + Cloud Quickstart ↗ | Docs ↗

@@ -974,7 +974,8 @@ You can use mcp-agent applications in a standalone fashion (i.e. they aren't par ### How do I deploy to Cloud? -Run `uvx mcp-agent deploy ` after logging in with `uvx mcp-agent login`. The CLI packages your project, provisions secrets, and exposes an MCP endpoint backed by a durable Temporal runtime. See the [Cloud quickstart](https://docs.mcp-agent.com/get-started/deploy-to-cloud) for step-by-step screenshots and CLI output. +Run `uvx mcp-agent deploy ` after logging in with `uvx mcp-agent login`. The CLI packages your project, provisions secrets, and exposes an MCP endpoint backed by a durable Temporal runtime. See the [Cloud quickstart](https://docs.mcp-agent.com/get-started/ + cloud) for step-by-step screenshots and CLI output. ### Where is the API reference? diff --git a/docs/docs.json b/docs/docs.json index bebda503f..986bedb2d 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -35,7 +35,7 @@ "get-started/welcome", "get-started/quickstart", "get-started/install", - "get-started/deploy-to-cloud" + "get-started/cloud" ] }, { diff --git a/docs/get-started/deploy-to-cloud.mdx b/docs/get-started/cloud.mdx similarity index 59% rename from docs/get-started/deploy-to-cloud.mdx rename to docs/get-started/cloud.mdx index 3e9d1b0d6..fd6aff700 100644 --- a/docs/get-started/deploy-to-cloud.mdx +++ b/docs/get-started/cloud.mdx @@ -1,7 +1,7 @@ --- -title: Deploy to Cloud -sidebarTitle: "Deploy to Cloud" -description: "Publish your agent to the Cloud with the CLI." +title: "MCP-Cloud (mcp-c)" +sidebarTitle: "Cloud" +description: "Deploy and host your mcp-agents and apps on the cloud." icon: cloud --- @@ -9,32 +9,30 @@ icon: cloud `mcp-c` is in open beta, and free to use. Share feedback via [GitHub issues](https://github.com/lastmile-ai/mcp-agent/issues) or [Discord](https://lmai.link/discord/mcp-agent). -## What is mcp-c? +## What is MCP-Cloud? -Before diving into the workflow, here is the 30‑second summary. See the dedicated pages under [Deployment](/cloud/overview) for full detail: +MCP-Cloud (mcp-c) is a fully managed cloud platform for hosting mcp-agents, apps, and mcp servers. -- **One runtime for any MCP application** – deploy durable `mcp-agent` workflows, FastMCP servers, or ChatGPT App backends. Everything is exposed as an MCP server at `https://.deployments.mcp-agent.com` ([Cloud overview](/cloud/mcp-agent-cloud/overview)). +