@emmahyde/thought-patterns
Version:
MCP server combining systematic thinking, mental models, debugging approaches, and stochastic algorithms for comprehensive cognitive pattern support
10 lines (9 loc) • 434 B
JavaScript
// Export all interface types for easy importing
export * from './CoreInterfaces.js';
export * from './ThoughtData.js';
export * from './CollaborativeReasoningInterfaces.js';
export * from './DecisionFrameworkInterfaces.js';
export * from './MetacognitiveMonitoringInterfaces.js';
export * from './ScientificMethodInterfaces.js';
export * from './StructuredArgumentationInterfaces.js';
export * from './VisualReasoningInterfaces.js';