Chapter 12 Exercises

These exercises help you build effective remote testing and CI/CD pipelines for MCP servers.

AI-Guided Exercises

The following exercises are designed for AI-guided learning. Use an AI assistant with the course MCP server to get personalized guidance, hints, and feedback.

  1. CI/CD Pipeline Setup ⭐⭐ Intermediate (40 min)
    • Set up GitHub Actions for MCP server testing
    • Configure authentication for remote testing
    • Implement test reporting with JUnit format
    • Add deployment gates and notifications

Prerequisites

Before starting these exercises, ensure you have:

  • Completed ch11 exercises (local testing)
  • A deployed MCP server (ch08-ch10)
  • GitHub repository with Actions enabled

Next Steps

After completing these exercises, continue to: