We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keyurgolani/ThoughtMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Metacognitive Monitoring Module
*
* Exports metacognitive monitoring types and PerformanceMonitoringSystem class
* for tracking reasoning quality, confidence calibration, bias detection effectiveness,
* framework selection accuracy, and user satisfaction for self-improvement.
*/
// Export all types
export * from "./types";
// Export main classes
export { AdaptiveStrategySystem } from "./adaptive-strategy-system";
export { PerformanceMonitoringSystem } from "./performance-monitoring-system";
export {
FeedbackIntegrator,
OutcomeTracker,
PreferenceLearner,
SelfImprovementSystem,
} from "./self-improvement-system";