mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
cef86cbcd9
Injects a structured BASE_MCP_INSTRUCTIONS string into every session's initialize response so Claude has data model, workflow, and behavioral context without needing to infer it from tool names alone. Covers: data model hierarchy (trip→day→place→assignment), key discovery workflow (list_trips → get_trip_summary), correct place-to-itinerary flow (search_place → create_place → assign_place_to_day), accommodation creation order, access rules, date/time format, add-on feature list, and common pitfalls (e.g. don't skip search_place, confirm before bulk deletes). Static token deprecation notice is appended on top when applicable.