projects/unit3/github-actions-integration/starter/server.py (13 lines): - line 33: # TODO: Add path to events file where webhook_server.py stores events - line 184: # TODO: Implement this function - line 190: return json.dumps({"message": "TODO: Implement get_recent_actions_events"}) - line 200: # TODO: Implement this function - line 207: return json.dumps({"message": "TODO: Implement get_workflow_status"}) - line 215: # TODO: Implement this prompt - line 221: return "TODO: Implement analyze_ci_results prompt" - line 227: # TODO: Implement this prompt - line 230: return "TODO: Implement create_deployment_summary prompt" - line 236: # TODO: Implement this prompt - line 239: return "TODO: Implement generate_pr_status_report prompt" - line 245: # TODO: Implement this prompt - line 248: return "TODO: Implement troubleshoot_workflow_failure prompt" projects/unit3/build-mcp-server/starter/validate_starter.py (6 lines): - line 52: """Check that TODO comments exist for learners.""" - line 53: print("\nTODO Comments:") - line 64: print(f"✓ Found {len(todos)} TODO comments for learners:") - line 71: print("✗ No TODO comments found - learners need guidance!") - line 161: ("TODO Comments", test_todos), - line 185: print("2. Follow the TODO comments in server.py") projects/unit3/slack-notification/starter/validate_starter.py (6 lines): - line 52: """Check that TODO comments exist for learners.""" - line 53: print("\nTODO Comments:") - line 64: print(f"✓ Found {len(todos)} TODO comments for learners:") - line 71: print("✗ No TODO comments found - learners need guidance!") - line 161: ("TODO Comments", test_todos), - line 185: print("2. Follow the TODO comments in server.py") projects/unit3/build-mcp-server/starter/server.py (6 lines): - line 4: TODO: Implement tools for analyzing git changes and suggesting PR templates - line 20: # TODO: Implement tool functions here - line 34: # TODO: Replace these with your actual implementations - line 44: # TODO: Implement this tool - line 64: # TODO: Implement this tool - line 76: # TODO: Implement this tool projects/unit3/github-actions-integration/starter/validate_starter.py (6 lines): - line 52: """Check that TODO comments exist for learners.""" - line 53: print("\nTODO Comments:") - line 64: print(f"✓ Found {len(todos)} TODO comments for learners:") - line 71: print("✗ No TODO comments found - learners need guidance!") - line 161: ("TODO Comments", test_todos), - line 185: print("2. Follow the TODO comments in server.py") projects/unit3/slack-notification/starter/server.py (5 lines): - line 254: # TODO: Import requests library - line 255: # TODO: Send POST request to webhook_url with JSON payload - line 256: # TODO: Include the message in the JSON data - line 257: # TODO: Handle the response and return appropriate status - line 260: return f"TODO: Implement Slack webhook POST request for message: {message[:50]}..."