mcp-reasoner
Facilitates complex problem-solving using advanced reasoning strategies like Beam Search and Monte Carlo Tree Search to analyze and progress through multiple logical steps.
Instructions
Advanced reasoning tool with multiple strategies including Beam Search and Monte Carlo Tree Search
Input Schema
Name | Required | Description | Default |
---|---|---|---|
nextThoughtNeeded | Yes | Whether another step is needed | |
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 |