diff --git a/README.md b/README.md index 03f6da23..f8734794 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,8 @@ A self-hosted, real-time collaborative travel planner โ with maps, budgets, pa #### ๐ค AI / MCP -- **Built-in MCP server** โ OAuth 2.1 authenticated. 80+ tools, 27 resources -- **Granular scopes** โ 24 OAuth scopes across 13 permission groups +- **Built-in MCP server** โ OAuth 2.1 authenticated. 150+ tools, 30 resources +- **Granular scopes** โ 27 OAuth scopes across 13 permission groups - **Full automation** โ AI can create trips, plan days, build packing lists, manage budgets, mark countries visited - **Pre-built prompts** โ `trip-summary`, `packing-list`, `budget-overview` - **Addon-aware** โ exposes Atlas, Collab, Vacay when those addons are on @@ -152,7 +152,7 @@ A self-hosted, real-time collaborative travel planner โ with maps, budgets, pa #### โ๏ธ Admin & customisation - **Dashboard views** โ card grid or compact list ยท **Dark mode** โ full theme with matching status bar -- **14 languages** โ EN, DE, ES, FR, IT, NL, HU, RU, ZH, ZH-TW, PL, CS, AR (RTL), BR, ID +- **15 languages** โ EN, DE, ES, FR, IT, NL, HU, RU, ZH, ZH-TW, PL, CS, AR (RTL), BR, ID - **Admin panel** โ users, invites, packing templates, categories, addons, API keys, backups, GitHub history - **Auto-backups** โ scheduled with configurable retention ยท **Units** โ ยฐC/ยฐF, 12h/24h, map tile sources, default coordinates @@ -172,7 +172,7 @@ ENCRYPTION_KEY=$(openssl rand -hex 32) docker run -d -p 3000:3000 \ -v ./data:/app/data -v ./uploads:/app/uploads mauriceboe/trek ``` -Open `http://localhost:3000`. The first user to register becomes admin. +Open `http://localhost:3000`. On first boot TREK seeds an admin account โ if you set `ADMIN_EMAIL`/`ADMIN_PASSWORD` those are used, otherwise the credentials are printed to the container log (`docker logs trek`).