Update README.md

This commit is contained in:
Taylor Wilsdon
2025-05-26 08:45:06 -04:00
committed by GitHub
parent 1fe7486b8b
commit 3757ec818d

View File

@@ -255,17 +255,13 @@ To use this server as a tool provider within Open WebUI:
{
"mcpServers": {
"gworkspace": {
"type": "streamable_http",
"command": "uv",
"args": [
"run",
"main.py"
],
"options": {
"cwd": "/path/to/google_workspace_mcp",
"cwd": "/Users/taylorwilsdon/tmp/google_workspace_mcp",
"env": {
"OAUTHLIB_INSECURE_TRANSPORT": "1"
}
},
"command": "uv",
"args": ["run", "main.py"]
}
}
}