Skip to content

Arnarsson/mcphubtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Hub Multilingual Demo Site

Interactive demonstration platform for Model Context Protocol (MCP) with educational content and tutorial generation.

📁 Project Structure

├── public/           # Web assets and generated content
│   ├── index.html   # Main demo site
│   ├── videos/      # Generated tutorial videos
│   └── *.html       # Other HTML files
├── src/             # Source code
│   └── *.js         # JavaScript modules and tests
├── tests/           # Playwright test suites
│   └── *.spec.js    # Test specifications
├── docs/            # Documentation
│   ├── agent/       # Agent coordination and rules
│   ├── content/     # Educational content and scripts
│   ├── development/ # Development process docs
│   └── guides/      # User guides and best practices
├── reports/         # Agent reports and deliverables
└── node_modules/    # Dependencies

🚀 Quick Start

# Install dependencies
npm install

# Generate tutorial videos
npm run tutorials

# Serve locally (requires static server)
npx serve public -p 3000

📖 Key Documents

🎬 Tutorial Generation

Automated video tutorials are generated using Playwright:

  • Input: Interactive demo interactions
  • Output: WebM videos in public/videos/
  • Quality: 720p, optimized for web delivery

🌍 Multilingual Support

Content available in:

  • 🇺🇸 English (EN)
  • 🇩🇰 Danish (DA)
  • 🇩🇪 German (DE)
  • 🇪🇸 Spanish (ES)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors