diff --git a/tina4_python/cli/__init__.py b/tina4_python/cli/__init__.py index 1a17634..92f5d6d 100644 --- a/tina4_python/cli/__init__.py +++ b/tina4_python/cli/__init__.py @@ -787,6 +787,8 @@ def _init(args): print(f"\nProject scaffolded at {target.resolve()}") print(" Run: tina4python serve") print(" Run: tina4python ai (detect & install AI tool context)") + print(" Then: open the dev admin at /__dev, paste your Tina4 MCP key,") + print(" and describe what to build. See https://tina4.com/build-with-ai") # ── Serve ─────────────────────────────────────────────────────────────