add startup modes, pretty it up
This commit is contained in:
@@ -73,11 +73,18 @@ uv run main.py
|
||||
# Single-user mode (simplified authentication)
|
||||
uv run main.py --single-user
|
||||
|
||||
# Selective tool registration (only register specific tools)
|
||||
uv run main.py --tools gmail drive calendar
|
||||
uv run main.py --tools sheets docs
|
||||
uv run main.py --single-user --tools gmail # Can combine with other flags
|
||||
|
||||
# Docker
|
||||
docker build -t google-workspace-mcp .
|
||||
docker run -p 8000:8000 -v $(pwd):/app google-workspace-mcp
|
||||
```
|
||||
|
||||
**Available Tools for `--tools` flag**: `gmail`, `drive`, `calendar`, `docs`, `sheets`, `chat`
|
||||
|
||||
### Connect to Claude Desktop
|
||||
|
||||
**Option 1: Auto-install (Recommended)**
|
||||
|
||||
Reference in New Issue
Block a user