UNPKG

survey-mcp-server

Version:

Survey management server handling survey creation, response collection, analysis, and reporting with database access for data management

7 lines (6 loc) 167 B
/** * MCP Server - Standardized Implementation * Multi-tenant server with YAML-based configuration */ import { logger } from "./utils/index.js"; export { logger };