A new project repository.
This repository was created using the GitHub CLI:
# Create a new public repository
gh repo create mcp-demo --public --confirm
# Initialize with a README.md file
echo "# mcp-demo\n\nA new project repository." > README.md
git add README.md
git commit -m "Initial commit with README"
git push -u origin main
These commands create a new GitHub repository and initialize it with a basic README file.
- Project Demo Video - Watch the demonstration of this project