feat: Add .gitignore, switch to a pre-built Docker image, configure CalDAV environment variables directly, and update the exposed port.
This commit is contained in:
@@ -76,7 +76,7 @@ The container supports two modes via the `MCP_MODE` environment variable:
|
||||
|
||||
To run in SSE mode (e.g., for HTTP access):
|
||||
```bash
|
||||
docker run -e MCP_MODE=SSE -p 8000:8000 --env-file .env mcp-caldav
|
||||
docker run -e MCP_MODE=SSE -p 8000:8000 --env-file .env lagortinez/caldev_mcp
|
||||
```
|
||||
|
||||
### Configuring an MCP Client
|
||||
|
||||
Reference in New Issue
Block a user