UNPKG

@emmahyde/thinking-patterns

Version:

MCP server combining systematic thinking, mental models, debugging approaches, and stochastic algorithms for comprehensive cognitive pattern support

18 lines (17 loc) 765 B
// Barrel export for all schemas export * from './ToolSchemas.js'; export * from './SequentialThoughtSchema.js'; export * from './MentalModelSchema.js'; export * from './DebuggingApproachSchema.js'; export * from './StochasticAlgorithmSchema.js'; export * from './CollaborativeReasoningSchema.js'; export * from './DecisionFrameworkSchema.js'; export * from './MetacognitiveMonitoringSchema.js'; export * from './ScientificMethodSchema.js'; export * from './StructuredArgumentationSchema.js'; export * from './VisualReasoningSchema.js'; export * from './DomainModelingSchema.js'; export * from './ProblemDecompositionSchema.js'; export * from './CriticalThinkingSchema.js'; export * from './RecursiveThinkingSchema.js'; export * from './TemporalThinkingSchema.js';