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 99988d9 commit 919ca60Copy full SHA for 919ca60
docs/get-started/install.mdx
@@ -160,7 +160,7 @@ mcp-agent works with any MCP server. Install the ones you need:
160
161
<Step title="Smoke test">
162
```bash
163
- uv run python -c "import mcp_agent; print(mcp_agent.__version__)"
+ uv run python -c "import mcp_agent; print('mcp-agent installed successfully!')"
164
```
165
</Step>
166
</Steps>
0 commit comments