Skip to content

Commit 5b1081c

Browse files
committed
Fix homepage for docs
1 parent bd97817 commit 5b1081c

File tree

4 files changed

+18
-210
lines changed

4 files changed

+18
-210
lines changed

docs/deployment/mcp-agent-cloud/overview.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ description: "[Beta] Deploy, orchestrate, and observe MCP applications on manage
8282
| --- | --- |
8383
| Deploy or update | `mcp-agent deploy <name>` |
8484
| Configure user secrets | `mcp-agent cloud configure --id <server-url>` |
85-
| Manage servers | `mcp-agent cloud servers list | describe | delete` |
85+
| Manage servers | `mcp-agent cloud servers list \| describe \| delete` |
8686
| Monitor logs | `mcp-agent cloud logger tail <id>` |
87-
| Manage workflows | `mcp-agent cloud workflows list | runs | describe | suspend | resume | cancel` |
88-
| Install into clients | `mcp-agent install --client <vscode|cursor|claude_desktop|chatgpt> <server-url>` |
87+
| Manage workflows | `mcp-agent cloud workflows list \| runs \| describe \| suspend \| resume \| cancel` |
88+
| Install into clients | `mcp-agent install --client <vscode\|cursor\|claude_desktop\|chatgpt> <server-url>` |
8989

9090
## When to use mcp-agent cloud
9191

docs/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"favicon": "/favicon.png",
2222
"banner": {
23-
"content": "Deploy agents, MCP servers and ChatGPT apps to [mcp-agent cloud](https://deployments.mcp-agent.com)! Free while in Beta.",
24-
"link": "https://deployments.mcp-agent.com"
23+
"content": "Deploy agents, MCP servers and ChatGPT apps to [mcp-agent cloud](/deployment/deployment-quickstart)! Free while in Beta.",
24+
"link": "/deployment/deployment-quickstart"
2525
},
2626
"navigation": {
2727
"tabs": [

docs/get-started/deploy-to-cloud.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,21 @@ icon: cloud
66
---
77

88
<Info>
9-
mcp-agent Cloud is in open beta. Share feedback via [GitHub issues](https://github.com/lastmile-ai/mcp-agent/issues) or [Discord](https://lmai.link/discord/mcp-agent).
9+
`mcp-agent cloud` 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).
1010
</Info>
1111

12+
## What is mcp-agent cloud?
13+
14+
Before diving into the workflow, here is the 30‑second summary. See the dedicated pages under [Deployment](/deployment/overview) for full detail:
15+
16+
- **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://<app_id>.deployments.mcp-agent.com` ([Cloud overview](/deployment/mcp-agent-cloud/overview)).
17+
- **Temporal-backed execution** – long-running tools and workflows run on Temporal with retries, pause/resume, and human input support ([Long-running tools](/deployment/mcp-agent-cloud/long-running-tools)).
18+
- **Managed secrets & authentication** – classify secrets during deploy, collect user secrets later, and choose bearer or unauthenticated access today (OAuth coming soon) ([Manage secrets](/deployment/mcp-agent-cloud/manage-secrets) and [Deployment auth](/deployment/authentication/deployment-auth)).
19+
- **Observability built in** – stream logs, forward traces, and inspect workflow history directly from the CLI ([Observability](/deployment/observability)).
20+
- **Easy client install** – use `mcp-agent install` or `mcp-agent cloud configure` to wire the deployed server into Claude Desktop, Cursor, VS Code, or ChatGPT Apps ([Use a deployed server](/deployment/mcp-agent-cloud/use-deployed-server)).
21+
22+
With that context, the steps below show exactly how to deploy.
23+
1224
## TL;DR – three commands
1325

1426
```bash

docs/index.mdx

Lines changed: 0 additions & 204 deletions
This file was deleted.

0 commit comments

Comments
 (0)