We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2376d9c commit 443982fCopy full SHA for 443982f
docs/get-started/install.mdx
@@ -28,9 +28,10 @@ The first run downloads the package into uv's cache; subsequent runs are instant
28
29
## Add mcp-agent to your project
30
31
-Inside your project directory, add mcp-agent as a dependency. Using uv:
+Inside your project directory, initialize a new project and add mcp-agent as a dependency:
32
33
```bash
34
+uv init
35
uv add mcp-agent
36
```
37
0 commit comments