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.