Skip to content

Commit aa08c44

Browse files
cr7258dsp-ant
authored andcommittedJan 24, 2025··
fix: mcp install command with environment variables
1 parent 1934f8e commit aa08c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ mcp install server.py
249249
mcp install server.py --name "My Analytics Server"
250250

251251
# Environment variables
252-
mcp install server.py -e API_KEY=abc123 -e DB_URL=postgres://...
252+
mcp install server.py -v API_KEY=abc123 -v DB_URL=postgres://...
253253
mcp install server.py -f .env
254254
```
255255

@@ -480,4 +480,4 @@ We are passionate about supporting contributors of all levels of experience and
480480

481481
## License
482482

483-
This project is licensed under the MIT License - see the LICENSE file for details.
483+
This project is licensed under the MIT License - see the LICENSE file for details.

0 commit comments

Comments
 (0)
Please sign in to comment.