Skip to content

Commit 919ca60

Browse files
authored
Update smoke test command to confirm successful installation of mcp-agent (#584)
1 parent 99988d9 commit 919ca60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ mcp-agent works with any MCP server. Install the ones you need:
160160

161161
<Step title="Smoke test">
162162
```bash
163-
uv run python -c "import mcp_agent; print(mcp_agent.__version__)"
163+
uv run python -c "import mcp_agent; print('mcp-agent installed successfully!')"
164164
```
165165
</Step>
166166
</Steps>

0 commit comments

Comments
 (0)