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) 404 B
import { ConfigField } from './validation.js'; export declare const configSchema: ConfigField[]; export declare const developmentDefaults: Partial<Record<string, any>>; export declare const productionDefaults: Partial<Record<string, any>>; export declare const testDefaults: Partial<Record<string, any>>; export declare function getEnvironmentDefaults(environment: string): Partial<Record<string, any>>;