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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
ODOO_MCP_ALLOWED_HOSTS: comma-separated Host headers to accept for the streamable-http transport (DNS-rebinding protection). Needed when running behind a reverse proxy that forwards an external host; unset preserves the prior default (no host validation) (#45, @Miriup).
ODOO_MCP_SESSION_IDLE_TIMEOUT: seconds of inactivity before a streamable-http session is closed and its server-side state freed; unset preserves the prior behavior (sessions never expire).