doc: document how to use the python package

This commit is contained in:
Daniel Bauer
2025-07-04 13:21:50 +02:00
parent 2ca87fb87f
commit 6dcc039470

View File

@@ -72,3 +72,21 @@ Example using the docker build:
}
}
```
Example using the python package with `uvx`:
```json
{
"mcpServers": {
"cordra": {
"command": "uvx",
"args": [
"cordra-mcp"
],
"env": {
"CORDRA_BASE_URL": "https://cordra.example.de"
}
}
}
}
```