fix valkey optional dep

This commit is contained in:
Taylor Wilsdon
2025-12-28 12:52:40 -08:00
parent 3eb81e16b0
commit 517d0876a1
5 changed files with 65 additions and 7 deletions

View File

@@ -326,6 +326,25 @@ docker run -p 8000:8000 \
}
```
### LM Studio
```json
{
"mcpServers": {
"google_workspace": {
"command": "uvx",
"args": ["workspace-mcp"],
"env": {
"GOOGLE_OAUTH_CLIENT_ID": "your-client-id",
"GOOGLE_OAUTH_CLIENT_SECRET": "your-secret",
"OAUTHLIB_INSECURE_TRANSPORT": "1",
"USER_GOOGLE_EMAIL": "you@example.com"
}
}
}
}
```
### VS Code
```json