mcp-reasoner
by Jacck
mcp-reasoner
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 |