Skip to content

Commit 13bb7a8

Browse files
authored
Fix formatting and update CLI instructions in README
Updated README to correct formatting and instructions.
1 parent c979d68 commit 13bb7a8

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if __name__ == "__main__":
101101
<td width="50%" valign="top">
102102
<h3>Full MCP Support</h3>
103103
<p><b>Core:</b> Tools ✅ Resources ✅ Prompts ✅ Notifications ✅<br/>
104-
<b>Advanced</b>: OAuth ✅ Sampling ✅ Elicitation ✅ Roots </p>
104+
<b>Advanced</b>: OAuth ✅ Sampling ✅ Elicitation ✅ Roots </p>
105105
<p>
106106
<a href="https://github.com/lastmile-ai/mcp-agent/tree/main/examples/mcp">Examples ↗</a> |
107107
<a href="https://modelcontextprotocol.io/docs/getting-started/intro">MCP Docs ↗</a>
@@ -171,8 +171,8 @@ mcp-agent's complete documentation is available at **[docs.mcp-agent.com](https:
171171

172172
> [!TIP]
173173
> The CLI is available via `uvx mcp-agent`.
174-
> To get up and running
175-
> Scaffold a project with `uvx mcp-agent init` and deploy with `uvx mcp-agent deploy my-agent`.
174+
> To get up and running,
175+
> scaffold a project with `uvx mcp-agent init` and deploy with `uvx mcp-agent deploy my-agent`.
176176
>
177177
> You can get up and running in 2 minutes by running these commands:
178178
>
@@ -199,20 +199,18 @@ Alternatively:
199199
pip install mcp-agent
200200
```
201201

202-
Also add optional packages for LLM providers (e.g. `mcp-agent[openai, anthropic, google, azure, bedrock]`).
202+
Also add optional packages for LLM providers (e.g. `uv add "mcp-agent[openai, anthropic, google, azure, bedrock]"`).
203203

204204
### Quickstart
205205

206206
> [!TIP]
207207
> The [`examples`](/examples) directory has several example applications to get started with.
208-
> To run an example, clone this repo (or generate one with `uvx mcp-agent init --template basic --dir my-first-agent`), then:
208+
> To run an example, clone this repo (or generate one with `uvx mcp-agent init --template basic --dir my-first-agent`)
209209
>
210210
> ```bash
211211
> cd examples/basic/mcp_basic_agent # Or any other example
212212
> # Option A: secrets YAML
213213
> # cp mcp_agent.secrets.yaml.example mcp_agent.secrets.yaml && edit mcp_agent.secrets.yaml
214-
> # Option B: .env
215-
> cp .env.example .env && edit .env
216214
> uv run main.py
217215
> ```
218216

0 commit comments

Comments
 (0)