Skip to content

ricardoalmeida/mcp-demo

Repository files navigation

mcp-demo

A new project repository.

Project Creation

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.

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published