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
6 changes: 6 additions & 0 deletions deployments/infra/stacks/ami_pipeline_stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,9 @@ phases:

After configuration, your node will start automatically and begin syncing!

📦 To update to the latest software:
sudo tn-node-update

🤖 MCP (AI Integration) Setup:
1. Configure node with --enable-mcp flag
2. Open port 8000 in your AWS Security Group:
Expand Down Expand Up @@ -402,6 +405,9 @@ phases:
echo ""
echo "After configuration, your node will start automatically and begin syncing!"
echo ""
echo "📦 To update to the latest software:"
echo "sudo tn-node-update"
echo ""
echo "🤖 MCP (AI Integration) Setup:"
echo "1. Configure node with --enable-mcp flag"
echo "2. Open port 8000 in your AWS Security Group:"
Expand Down
Loading