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.

10 lines (9 loc) • 298 B
"use strict"; /** * @fileoverview Permission Service Interface - Infrastructure Layer * @version 1.0.0 * @since 2025-07-29 * @module IPermissionService * @description Simple permission service interface for Clean Architecture */ Object.defineProperty(exports, "__esModule", { value: true });