Testing
β Quick Test Results
π§ Three Ways to Test
Option 1: MCP Inspector (Best for Development) π―
# Using npm script (recommended)
npm run test:console
# Or directly with npx
npx @modelcontextprotocol/inspector tsx src/index.tsOption 2: Claude Desktop (Best for Real Usage) π¬
Option 3: Direct Script Testing (Best for Automation) π€
Unit test suite
π Sample Test Data
Example vCon UUIDs to test with:
Sample Queries:
π― Recommended Testing Flow
1. Quick Validation (2 minutes)
2. Interactive Testing (10 minutes)
3. Real Usage (ongoing)
π Debugging
View Server Logs
Database Queries
Check Supabase Status
π Advanced Testing
Load Testing
Integration Testing
π Test Checklist
π You're Ready!
Last updated