UNPKG

@emmahyde/thinking-patterns

Version:

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

17 lines (16 loc) 732 B
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';