mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 14:54:24 +01:00
Merge pull request #149 from cr7258/patch-1
fix: mcp install command with environment variables
This commit is contained in:
@@ -249,7 +249,7 @@ mcp install server.py
|
|||||||
mcp install server.py --name "My Analytics Server"
|
mcp install server.py --name "My Analytics Server"
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
mcp install server.py -e API_KEY=abc123 -e DB_URL=postgres://...
|
mcp install server.py -v API_KEY=abc123 -v DB_URL=postgres://...
|
||||||
mcp install server.py -f .env
|
mcp install server.py -f .env
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -480,4 +480,4 @@ We are passionate about supporting contributors of all levels of experience and
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user