From 98dcd7becbc15bf30a2b5c82ddfdc6fabf3dc73d Mon Sep 17 00:00:00 2001 From: armistace Date: Wed, 23 Jul 2025 13:46:49 +1000 Subject: [PATCH] README updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4752fa6..be8af6c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This project provides a complete environment to: 2. **Build the Docker image**: ```bash - docker build -t gitea-mcp:latest . + docker build -t mcpo-service:latest . ``` 3. **Apply Kubernetes configurations**: @@ -66,7 +66,7 @@ This project provides a complete environment to: ## Notes - The `mcpo` tool is used to manage MCP connections - Sensitive information should be parsed via environment variables to mcpo_config.yaml -- mcpo_config.yaml will parse env vars using the following syntaz `!ENV ${YOUR_VAR}` +- mcpo_config.yaml will parse env vars using the following syntax `!ENV ${YOUR_VAR}` - The project is designed for production deployment with Kubernetes orchestration For detailed explanations of individual components, refer to their respective files in the repository.