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. |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| tests | ||
| .env.example | ||
| package-lock.json | ||
| package.json | ||
| reset-admin.js | ||
| tsconfig.json | ||
| vitest.config.ts | ||