Skip to content

Commit 0ccc491

Browse files
saqadriandrew-lastmile
authored andcommitted
Update readme
1 parent 98c7a1d commit 0ccc491

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@
3939

4040
1. It handles the pesky business of managing the lifecycle of MCP server connections so you don't have to.
4141
2. It implements every pattern described in Building Effective Agents, and does so in a _composable_ way, allowing you to chain these patterns together.
42-
3. **Bonus**: It implements [OpenAI's Swarm](https://github.com/openai/swarm) pattern for multi-agent orchestration, but in a model-agnostic way.
42+
3. **Durable agents**: It works for simple agents and scales to sophisticated workflows built on [Temporal](https://temporal.io/) so you can pause, resume, and recover effortlessly.
4343

4444
Altogether, this is the simplest and easiest way to build robust agent applications. Much like MCP, this project is in early development.
4545
We welcome all kinds of [contributions](/CONTRIBUTING.md), feedback and your help in growing this to become a new standard.
4646

47+
**NEW**: Ready to deploy? Publish your agents as managed MCP servers—see the [Deploy to Cloud guide](https://docs.mcp-agent.com/get-started/deploy-to-cloud).
48+
4749
## Get Started
4850

4951
We recommend using [uv](https://docs.astral.sh/uv/) to manage your Python projects:
@@ -58,11 +60,14 @@ Alternatively:
5860
pip install mcp-agent
5961
```
6062

63+
> [!TIP]
64+
> The CLI is available via `uvx`. Scaffold a project with `uvx mcp-agent init --template basic --dir my-agent` or deploy with `uvx mcp-agent deploy my-agent`.
65+
6166
### Quickstart
6267

6368
> [!TIP]
6469
> The [`examples`](/examples) directory has several example applications to get started with.
65-
> To run an example, clone this repo, then:
70+
> To run an example, clone this repo (or generate one with `uvx mcp-agent init --template basic --dir my-first-agent`), then:
6671
>
6772
> ```bash
6873
> cd examples/basic/mcp_basic_agent # Or any other example

0 commit comments

Comments
 (0)