mcp-reasoner
Perform advanced reasoning using strategies like Beam Search or Monte Carlo Tree Search. Manage thought sequences, evaluate paths, and determine next steps with customizable parameters for precise problem-solving.
Instructions
Advanced reasoning tool with multiple strategies including Beam Search and Monte Carlo Tree Search
Input Schema
Name | Required | Description | Default |
---|---|---|---|
beamWidth | No | Number of top paths to maintain (n-sampling). Defaults to 3 if not specified | |
nextThoughtNeeded | Yes | Whether another step is needed | |
numSimulations | No | Number of MCTS simulations to run. Defaults to 50 if not specified | |
strategyType | No | Reasoning strategy to use (beam_search or mcts) | |
thought | Yes | Current reasoning step | |
thoughtNumber | Yes | Current step number | |
totalThoughts | Yes | Total expected steps |