WORKSPACE_EXTERNAL_URL - add an document usage

This commit is contained in:
Taylor Wilsdon
2025-08-22 09:51:49 -04:00
parent 4c424d95d5
commit f1b06446bc
10 changed files with 80 additions and 40 deletions

View File

@@ -85,6 +85,7 @@ startCommand:
WORKSPACE_MCP_BASE_URI: config.workspaceMcpBaseUri,
WORKSPACE_MCP_PORT: String(config.workspaceMcpPort),
PORT: String(config.workspaceMcpPort),
...(config.workspaceExternalUrl && { WORKSPACE_EXTERNAL_URL: config.workspaceExternalUrl }),
...(config.mcpSingleUserMode && { MCP_SINGLE_USER_MODE: '1' }),
...(config.mcpEnableOauth21 && { MCP_ENABLE_OAUTH21: 'true' }),
...(config.oauthlibInsecureTransport && { OAUTHLIB_INSECURE_TRANSPORT: '1' }),