From e67103049ab4f6ed50da6897f8ec041ada732aa0 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Tue, 21 Apr 2026 09:17:49 +0530 Subject: [PATCH] feat(env): add MCP_PUBLIC_URL entry to .env.example with documentation --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.example b/.env.example index 3943d62..d2d709d 100644 --- a/.env.example +++ b/.env.example @@ -34,3 +34,8 @@ ASK262_EMBEDDING_PROVIDER=ollama # Port for the HTTP MCP server (optional, defaults to 8081) # ASK262_PORT=8081 + +# Public URL for the MCP server (used by MCP Inspector to auto-connect) +# Required when running behind a reverse proxy or in production +# Example: https://ask262.bendtherules.in or https://your-server.com +# MCP_PUBLIC_URL=http://localhost:8081