Deployment Checklist

Comprehensive pre-deployment verification checklist for MCP Management System ensuring all 15 services are tested, documented, validated, and ready for production. Use before any deployment, PR creation, or release.

DONGHO5270 e8bfcca 3 files · 13.0 KB Updated

File contents

MCP Management System Deployment Checklist

Pre-deployment verification to ensure safe, reliable deployments.

Overview

6 Verification Categories:

  1. MCP Services (15 total)
  2. Configuration Files
  3. Code Quality
  4. Testing
  5. Documentation
  6. Security & Compatibility

Deployment Types

Type When to Use Check Level
Hotfix Emergency, production down Minimal (bug fix + rollback)
Bug Fix Standard bug fix Standard (affected area + regression)
Feature New feature Full (all checks + performance)
Major Release Breaking changes, v2.0 Comprehensive (full + security audit)

Confidence Levels

Score Decision Action
≥90% ✅ DEPLOY All checks passed, safe to deploy
≥70% ⚠️ MONITOR Deploy with close monitoring
≥50% ⚠️ STAGING Deploy to staging first
<50% ❌ BLOCK Do not deploy, more work needed

Quick Commands

# Full verification
node test-all-15-services.cjs && npm test && node -c .mcp.json

# Rollback
git revert [bad-commit]

Detailed execution guide: See prompt.md

DONGHO5270/mcp-management-system/tree/main/.claude/skills/deployment-checklist commit e8bfcca53b

Frequently asked questions

npx skillmds@latest add dongho5270/deployment-checklist