File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff 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
106107uv 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
137112Launch the MCP Inspector for debugging:
You can’t perform that action at this time.
0 commit comments