refac to env var

This commit is contained in:
Taylor Wilsdon
2026-02-01 11:34:21 -05:00
parent ef8f09ad65
commit c1bcff95a9
2 changed files with 5 additions and 7 deletions

View File

@@ -359,6 +359,7 @@ export GOOGLE_PSE_ENGINE_ID=yyy
export WORKSPACE_MCP_BASE_URI=
http://localhost
export WORKSPACE_MCP_PORT=8000
export WORKSPACE_MCP_HOST=0.0.0.0 # Use 127.0.0.1 for localhost-only
```
<sub>Server URL & port settings</sub>
@@ -393,6 +394,7 @@ export USER_GOOGLE_EMAIL=\
|----------|-------------|---------|
| `WORKSPACE_MCP_BASE_URI` | Base server URI (no port) | `http://localhost` |
| `WORKSPACE_MCP_PORT` | Server listening port | `8000` |
| `WORKSPACE_MCP_HOST` | Server bind host | `0.0.0.0` |
| `WORKSPACE_EXTERNAL_URL` | External URL for reverse proxy setups | None |
| `GOOGLE_OAUTH_REDIRECT_URI` | Override OAuth callback URL | Auto-constructed |
| `USER_GOOGLE_EMAIL` | Default auth email | None |