We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd930cb commit ae5d1cdCopy full SHA for ae5d1cd
README.md
@@ -60,7 +60,7 @@ You need to have Python 3.11 or newer installed on your system.
60
### Option 1: Using uvx (recommended)
61
62
```bash
63
-uvx unofficial_cellosaurus_mcp
+uvx cellosaurus_mcp
64
```
65
66
### Option 2: MCP Client Configuration
@@ -72,7 +72,7 @@ Add to your MCP client configuration:
72
"mcpServers": {
73
"cellosaurus": {
74
"command": "uvx",
75
- "args": ["unofficial_cellosaurus_mcp"],
+ "args": ["cellosaurus_mcp"],
76
"env": {
77
"UV_PYTHON": "3.11"
78
}
@@ -84,7 +84,7 @@ Add to your MCP client configuration:
84
### Option 3: Direct Installation
85
86
87
-pip install unofficial_cellosaurus_mcp
+pip install cellosaurus_mcp
88
89
90
## Contact
0 commit comments