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 62c5688 commit b67bdf3Copy full SHA for b67bdf3
.github/worflows/ci.yml .github/workflows/ci.yml.github/worflows/ci.yml renamed to .github/workflows/ci.yml
README.md
@@ -47,7 +47,15 @@ where:
47
- `warmup` will run a minimal Python script to download and cache the Python standard library. This is also useful to
48
check the server is running correctly.
49
50
-Here's an example of using `mcp-run-python` with Pydantic AI:
+## Usage in codes
51
+
52
+```bash
53
+pip install mcp-run-python
54
+# or
55
+uv add mcp-run-python
56
+```
57
58
+Then you can use `mcp-run-python` with Pydantic AI:
59
60
```python
61
from pydantic_ai import Agent
0 commit comments