UNPKG

mcp-quiz-server

Version:

🧠 AI-Powered Quiz Management via Model Context Protocol (MCP) - Create, manage, and take quizzes directly from VS Code, Claude, and other AI agents.

16 lines (15 loc) • 639 B
"use strict"; /** * @fileoverview Event Bus Interface - Infrastructure Layer * @version 1.0.0 * @since 2025-07-29 * @lastUpdated 2025-07-29 * @module EventBus Infrastructure Interface * @description Abstract interface for event bus implementations in Clean Architecture. * Defines contracts for publishing and subscribing to domain events. * @contributors Claude Code Agent * @dependencies Domain events, event handlers * @requirements REQ-ARCH-001 (Clean Architecture Infrastructure Layer) * @testCoverage Unit tests for event bus implementations */ Object.defineProperty(exports, "__esModule", { value: true });