Skip to content

Commit ae5d1cd

Browse files
committed
Package name
1 parent fd930cb commit ae5d1cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You need to have Python 3.11 or newer installed on your system.
6060
### Option 1: Using uvx (recommended)
6161

6262
```bash
63-
uvx unofficial_cellosaurus_mcp
63+
uvx cellosaurus_mcp
6464
```
6565

6666
### Option 2: MCP Client Configuration
@@ -72,7 +72,7 @@ Add to your MCP client configuration:
7272
"mcpServers": {
7373
"cellosaurus": {
7474
"command": "uvx",
75-
"args": ["unofficial_cellosaurus_mcp"],
75+
"args": ["cellosaurus_mcp"],
7676
"env": {
7777
"UV_PYTHON": "3.11"
7878
}
@@ -84,7 +84,7 @@ Add to your MCP client configuration:
8484
### Option 3: Direct Installation
8585

8686
```bash
87-
pip install unofficial_cellosaurus_mcp
87+
pip install cellosaurus_mcp
8888
```
8989

9090
## Contact

0 commit comments

Comments
 (0)