From 53fe3417bb95ec7f5ed9e7b4d045d21e2bebec52 Mon Sep 17 00:00:00 2001 From: Se7en Date: Mon, 13 Jan 2025 20:12:32 +0800 Subject: [PATCH] fix: mcp install command with environment variables --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 335542c7..164a2ce7 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ mcp install server.py mcp install server.py --name "My Analytics Server" # 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 ``` @@ -480,4 +480,4 @@ We are passionate about supporting contributors of all levels of experience and ## License -This project is licensed under the MIT License - see the LICENSE file for details. \ No newline at end of file +This project is licensed under the MIT License - see the LICENSE file for details.