We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f537a0 + 53fe341 commit d64b067Copy full SHA for d64b067
README.md
@@ -249,7 +249,7 @@ mcp install server.py
249
mcp install server.py --name "My Analytics Server"
250
251
# Environment variables
252
-mcp install server.py -e API_KEY=abc123 -e DB_URL=postgres://...
+mcp install server.py -v API_KEY=abc123 -v DB_URL=postgres://...
253
mcp install server.py -f .env
254
```
255
@@ -480,4 +480,4 @@ We are passionate about supporting contributors of all levels of experience and
480
481
## License
482
483
-This project is licensed under the MIT License - see the LICENSE file for details.
+This project is licensed under the MIT License - see the LICENSE file for details.
0 commit comments