Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tina4_python/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ─────────────────────────────────────────────────────────────
Expand Down
Loading