more readme
This commit is contained in:
10
README.md
10
README.md
@@ -341,7 +341,7 @@ export GOOGLE_PSE_ENGINE_ID=yyy
|
|||||||
|
|
||||||
**◆ Base Configuration**
|
**◆ Base Configuration**
|
||||||
```bash
|
```bash
|
||||||
export WORKSPACE_MCP_BASE_URI=\
|
export WORKSPACE_MCP_BASE_URI=
|
||||||
http://localhost
|
http://localhost
|
||||||
export WORKSPACE_MCP_PORT=8000
|
export WORKSPACE_MCP_PORT=8000
|
||||||
```
|
```
|
||||||
@@ -352,10 +352,10 @@ export WORKSPACE_MCP_PORT=8000
|
|||||||
|
|
||||||
**↻ Proxy Support**
|
**↻ Proxy Support**
|
||||||
```bash
|
```bash
|
||||||
export GOOGLE_OAUTH_REDIRECT_URI=\
|
export MCP_ENABLE_OAUTH21=
|
||||||
https://your-domain.com/oauth2callback
|
true
|
||||||
```
|
```
|
||||||
<sub>For nginx/Apache proxies</sub>
|
<sub>Leverage multi-user OAuth2.1 clients</sub>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td width="34%" align="center">
|
<td width="34%" align="center">
|
||||||
@@ -365,7 +365,7 @@ export GOOGLE_OAUTH_REDIRECT_URI=\
|
|||||||
export USER_GOOGLE_EMAIL=\
|
export USER_GOOGLE_EMAIL=\
|
||||||
your.email@gmail.com
|
your.email@gmail.com
|
||||||
```
|
```
|
||||||
<sub>Skip email in auth flows</sub>
|
<sub>Skip email in auth flows in single user mode</sub>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user