Overview
Overview
Quick Start
# Clone the repository
git clone https://github.com/vcon-dev/vcon-mcp.git
cd vcon-mcp
# Install dependencies
npm install
# Set up environment
cp .env.example .env
# Edit .env with your Supabase credentials
# Build the project
npm run build
# Run tests
npm test
# Start development server
npm run devDocumentation Sections
📐 Architecture
🔨 Building from Source
🧪 Testing
🔌 Plugin Development
🛠️ Custom Tools
🔧 Extending the Server
🤖 Embeddings & Search
🤝 Contributing Guide
📝 Code Style Guide
📚 Documentation Standards
Project Structure
Tech Stack
Core Technologies
Key Libraries
Development Workflow
1. Set Up Environment
2. Make Changes
3. Test Locally
4. Submit Changes
Learning Path
For New Contributors
For Advanced Developers
Testing Your Changes
Unit Tests
Integration Tests
Compliance Tests
Getting Help
Resources
Where to Ask
Contributing
Community
License
Last updated