README updates
Some checks failed
Build and Push Image / Build and push image (push) Has been cancelled

This commit is contained in:
armistace 2025-07-23 13:46:49 +10:00
parent f7506b4f20
commit 98dcd7becb

View File

@ -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.