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 e6a4ea2 commit d707a4bCopy full SHA for d707a4b
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