Skip to content

Commit 9874487

Browse files
committed
feat: update readme
1 parent 67d88c0 commit 9874487

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ https://github.com/user-attachments/assets/da386eea-2fab-4835-82ae-896de955d934
3535

3636
### Prerequisites
3737

38+
- UV (package manager)
3839
- Python 3.12+
3940
- Docker Desktop or Docker Engine
4041
- Claude Desktop
@@ -106,32 +107,6 @@ source venv/bin/activate # On Windows: venv\Scripts\activate
106107
uv sync
107108
```
108109

109-
### Building and Publishing
110-
111-
1. Sync dependencies and update lockfile:
112-
```bash
113-
uv sync
114-
```
115-
116-
2. Build package distributions:
117-
```bash
118-
uv build
119-
```
120-
This creates source and wheel distributions in the `dist/` directory.
121-
122-
3. Publish to PyPI:
123-
```bash
124-
uv publish
125-
```
126-
127-
#### PyPI Credentials
128-
129-
Set your credentials via:
130-
- Token: `--token` or `UV_PUBLISH_TOKEN`
131-
- Username/Password:
132-
- `--username`/`UV_PUBLISH_USERNAME`
133-
- `--password`/`UV_PUBLISH_PASSWORD`
134-
135110
### 🔍 Debugging
136111

137112
Launch the MCP Inspector for debugging:

0 commit comments

Comments
 (0)