UNPKG

@mcpflow.io/mcp-mcp-reasoner

Version:

为Claude Desktop 实现的基于系统推理的MCP服务器,采用波束搜索和思维评估。

10 lines (9 loc) 372 B
export const CONFIG = { beamWidth: 3, // Keep top 3 paths maxDepth: 5, // Reasonable depth limit minScore: 0.5, // Threshold for path viability temperature: 0.7, // For thought diversity cacheSize: 1000, // LRU cache size defaultStrategy: 'beam_search', // Default reasoning strategy numSimulations: 50 // Default number of MCTS simulations };