Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -255,17 +255,13 @@ To use this server as a tool provider within Open WebUI:
|
|||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"gworkspace": {
|
"gworkspace": {
|
||||||
"type": "streamable_http",
|
|
||||||
"command": "uv",
|
|
||||||
"args": [
|
|
||||||
"run",
|
|
||||||
"main.py"
|
|
||||||
],
|
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "/path/to/google_workspace_mcp",
|
"cwd": "/Users/taylorwilsdon/tmp/google_workspace_mcp",
|
||||||
"env": {
|
"env": {
|
||||||
"OAUTHLIB_INSECURE_TRANSPORT": "1"
|
"OAUTHLIB_INSECURE_TRANSPORT": "1"
|
||||||
}
|
},
|
||||||
|
"command": "uv",
|
||||||
|
"args": ["run", "main.py"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user