add startup modes, pretty it up

This commit is contained in:
Taylor Wilsdon
2025-06-07 12:09:26 -04:00
parent 68f6abf89a
commit 1ae0ed33c9
2 changed files with 48 additions and 13 deletions

View File

@@ -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)**