You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,7 @@ Flowise support different environment variables to configure your instance. You
159
159
| PORT | The HTTP port Flowise runs on | Number | 3000 |
160
160
| CORS_ALLOW_CREDENTIALS | Enables CORS `Access-Control-Allow-Credentials` when `true`| Boolean |false|
161
161
| CORS_ORIGINS | The allowed origins for all cross-origin HTTP calls | String ||
162
+
| MCP_CORS_ORIGINS | The allowed origins for MCP endpoint cross-origin calls. If unset, only non-browser (no Origin header) requests are allowed. Set to `*` to allow all origins. | String ||
162
163
| IFRAME_ORIGINS | The allowed origins for iframe src embedding | String ||
0 commit comments