init
Create a new Python project with uv, choosing a template (app or lib) and optionally setting name, path, and Python version.
Instructions
Create a new project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional project name. | |
| path | No | Optional target path. | |
| template | No | ``app`` or ``lib``. | app |
| python_version | No | Optional Python version request. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |