search for standard sites pub-search.waow.tech
search zig blog atproto
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: correct backend URL to leaflet-search-backend.fly.dev

zzstoatzz 89251682 da2b0ed8

+1 -1
+1 -1
mcp/src/leaflet_mcp/client.py
··· 7 7 import httpx 8 8 9 9 # configurable via env var, defaults to production 10 - LEAFLET_API_URL = os.getenv("LEAFLET_API_URL", "https://leaflet-backend.fly.dev") 10 + LEAFLET_API_URL = os.getenv("LEAFLET_API_URL", "https://leaflet-search-backend.fly.dev") 11 11 12 12 13 13 @asynccontextmanager