Update README.md
This commit is contained in:
28
README.md
28
README.md
@@ -253,22 +253,18 @@ To use this server as a tool provider within Open WebUI:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"gworkspace": {
|
"gworkspace": {
|
||||||
"type": "streamable_http",
|
"options": {
|
||||||
"command": "uv",
|
"cwd": "/Users/taylorwilsdon/tmp/google_workspace_mcp",
|
||||||
"args": [
|
"env": {
|
||||||
"run",
|
"OAUTHLIB_INSECURE_TRANSPORT": "1"
|
||||||
"main.py"
|
},
|
||||||
],
|
"command": "uv",
|
||||||
"options": {
|
"args": ["run", "main.py"]
|
||||||
"cwd": "/path/to/google_workspace_mcp",
|
}
|
||||||
"env": {
|
}
|
||||||
"OAUTHLIB_INSECURE_TRANSPORT": "1"
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
*Note: Using `uv run main.py` ensures the correct virtual environment is used.*
|
*Note: Using `uv run main.py` ensures the correct virtual environment is used.*
|
||||||
|
|||||||
Reference in New Issue
Block a user